Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carla installation error: Could not find suitable distribution for Requirement.parse('carla==0.9.11') #22

Open
AmanSavaria1402 opened this issue Jul 24, 2023 · 3 comments

Comments

@AmanSavaria1402
Copy link

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')
@anthonyhu
Copy link
Collaborator

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?

@samehmohamed88
Copy link

thanks @anthonyhu you reply is correct. pip list does show carla 0.9.11 as installed

@sugersyy
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants