Error: [Errno 13] Permission denied while setting up Anaconda
Posted: Fri Jun 30, 2023 10:51 am
Hello all,
I am brand new to OpenSim Moco and unfamiliar with pip. I am trying to setup Anaconda using the "Scripting in Python" page of the OpenSim Documentation. At the moment, I'm stuck on the following step:
10. Install OpenSim by running
This is what the terminal gives me:
So far, I've given the terminal permissions and tried a few other commands, but nothing seems to be working. Does anyone have any input on how to get around this specific problem?
Thank you for your time and the help.
Best,
Avery
I am brand new to OpenSim Moco and unfamiliar with pip. I am trying to setup Anaconda using the "Scripting in Python" page of the OpenSim Documentation. At the moment, I'm stuck on the following step:
10. Install OpenSim by running
Code: Select all
(opensim_scripting) $ python -m pip install .
Code: Select all
Building wheels for collected packages: opensim
Building wheel for opensim (setup.py) ... error
error: subprocess-exited with error
python setup.py bdist_wheel did not run successfully.
exit code: 1
[5 lines of output]
running bdist_wheel
running build
running build_py
running egg_info
error: [Errno 13] Permission denied
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for opensim
Running setup.py clean for opensim
Failed to build opensim
Error: Could not build wheels for opensim, which is required to install pyproject.toml-based projects
Thank you for your time and the help.
Best,
Avery