Невозможно установить версию carla 0.9.5 для windows - PullRequest
0 голосов
/ 17 февраля 2020
pip install carla==0.9.5
Collecting carla==0.9.5
Using cached https://files.pythonhosted.org/packages/2e/16/c7ccc44d959a371e776c21644362d0716f7ef8244dcf1950912e131c41aa/carla-0.9.5.tar.gz

ERROR: Command errored out with exit status 1:

command: 'd:\python\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] =
 '"'"'C:\\Users\\arpit\\AppData\\Local\\Temp\\pip-install-274wjilr\\carla\\setup.py'"'"';
 __file__='"'"'C:\\Users\\arpit\\AppData\\Local\\Temp\\pip-install-274wjilr\\carla\\setup.py'"'"';f=getattr(tokenize,
 '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
 '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))'
 egg_info --egg-base
 'C:\Users\arpit\AppData\Local\Temp\pip-install-274wjilr\carla\pip-egg-info'

cwd: C:\Users\arpit\AppData\Local\Temp\pip-install-274wjilr\carla\

Complete output (7 lines):
     Traceback (most recent call last):
       File "<string>", line 1, in <module>
       File "C:\Users\arpit\AppData\Local\Temp\pip-install-274wjilr\carla\setup.py",
 line 114, in <module>
         ext_modules=get_libcarla_extensions(),
       File "C:\Users\arpit\AppData\Local\Temp\pip-install-274wjilr\carla\setup.py",
 line 75, in get_libcarla_extensions
         libs = [x for x in os.listdir('dependencies/lib') if any(d in x for d in required_libs)]
     FileNotFoundError: [WinError 3] The system cannot find the path specified: 'dependencies/lib'
     ---------------------------------------- 
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for
 full command output.
...