You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install carla 0.9.11 using the .egg file provided in the carla zip in the repository. Here is what I did to try and install it: easy_install D:\SelfDriving\CARLA_0.9.11\WindowsNoEditor\PythonAPI\carla\dist\carla-0.9.11-py3.7-win-amd64.egg
But Im getting this as a result:
WARNING: The easy_install command is deprecated and will be removed in a future version.
Processing carla-0.9.11-py3.7-win-amd64.egg
creating d:\users\asavaria\anaconda3\envs\mile\lib\site-packages\carla-0.9.11-py3.7-win-amd64.egg
Extracting carla-0.9.11-py3.7-win-amd64.egg to d:\users\asavaria\anaconda3\envs\mile\lib\site-packages
Adding carla 0.9.11 to easy-install.pth file
Installed d:\users\asavaria\anaconda3\envs\mile\lib\site-packages\carla-0.9.11-py3.7-win-amd64.egg
Processing dependencies for carla==0.9.11
Searching for carla==0.9.11
Reading https://pypi.org/simple/carla/
No local packages or working download links found for carla==0.9.11
error: Could not find suitable distribution for Requirement.parse('carla==0.9.11')
The text was updated successfully, but these errors were encountered:
There is an error message but I think carla has still been installed properly. Could you check this by: while inside your conda environment run pip list and verify if carla is present among the packages?
Trying to install carla 0.9.11 using the .egg file provided in the carla zip in the repository. Here is what I did to try and install it: easy_install D:\SelfDriving\CARLA_0.9.11\WindowsNoEditor\PythonAPI\carla\dist\carla-0.9.11-py3.7-win-amd64.egg
But Im getting this as a result:
WARNING: The easy_install command is deprecated and will be removed in a future version.
Processing carla-0.9.11-py3.7-win-amd64.egg
creating d:\users\asavaria\anaconda3\envs\mile\lib\site-packages\carla-0.9.11-py3.7-win-amd64.egg
Extracting carla-0.9.11-py3.7-win-amd64.egg to d:\users\asavaria\anaconda3\envs\mile\lib\site-packages
Adding carla 0.9.11 to easy-install.pth file
Installed d:\users\asavaria\anaconda3\envs\mile\lib\site-packages\carla-0.9.11-py3.7-win-amd64.egg
Processing dependencies for carla==0.9.11
Searching for carla==0.9.11
Reading https://pypi.org/simple/carla/
No local packages or working download links found for carla==0.9.11
error: Could not find suitable distribution for Requirement.parse('carla==0.9.11')
Hi,I also encountered the same problem, I also run in the windows environment, but I found that the readme is running in the linux environment, and in the steps after setup, I also encountered some incompatibility problems because it is running in the Windows environment, so have you successfully run?
Trying to install carla 0.9.11 using the .egg file provided in the carla zip in the repository. Here is what I did to try and install it:
easy_install D:\SelfDriving\CARLA_0.9.11\WindowsNoEditor\PythonAPI\carla\dist\carla-0.9.11-py3.7-win-amd64.egg
But Im getting this as a result:
The text was updated successfully, but these errors were encountered: