-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can't install ManiSkill #31
Comments
I was able to resolve the error by deleting the |
Hi - thanks for your interest in the project. could you please list:
I ask, because we don't have to delete the readme_files folder. |
|
hm. the output line:
makes me think that something is unusual about the python/pip you are using? or using the system pip instead of the virtualenv/conda pip (https://stackoverflow.com/questions/59997065/pip-python-normal-site-packages-is-not-writeable) in a clean environment, i get the following:
|
@raabuchanan any chance you were able to verify whether pip was the issue? so i can either explore more or close the issue. |
I was using the system pip but now when I try to install conda pip with Do you have a recommended python version? |
Yes, we use Python 3.8 for our experiments, and I think some of our dependencies require <= 3.8. So I'd recommend trying to install in a conda env at 3.8, and definitely not use the system pip |
The problem persists. The better fix I've found is to add |
Hi,
I'm following the installation instructions inside a conda environment. I'm trying to run the command:
pip install -e ./third_party/ManiSkill
But I get the following error:
I'm not very proficient with pip packages so I'm not sure what the issue is.
The text was updated successfully, but these errors were encountered: