The EnvironmentError is caused by Windows. I suspect that it is connected with the path
length limit of 256 characters imposed by Windows. I suggest you select a shorted path for
the virtual environment. Following is an example.
python -m venv c:\users\tamer\eric_venv
c:\users\tamer\eric_venv\scripts\python.exe -m pip install eric-ide
|