Permission Error when installing saber
zcaiElvis opened this issue · 3 comments
zcaiElvis commented
When executing
python3 setup.py sdist bdist_wheel
I got permission error:
error: [('build/bdist.linux-x86_64/wheel/SABerML-0.0.1-py3.8.egg-info', 'build/bdist.linux-x86_64/wheel/SABerML-0.0.1.dist-info', "[Errno 13] Permission denied: 'build/bdist.linux-x86_64/wheel/SABerML-0.0.1.dist-info'")].
Previous installation processes have all been successfully completed.
RyloByte commented
Hey thanks for helping debuggin. Can you give me some details:
- What is your OS?
- What is your Python version?
- What is your pip version?
- Did you install in a conda env as suggested in the README?
zcaiElvis commented
Sorry, should have mentioned earlier.
- Windows 10 running Windows Subsystem for Linux (Ubuntu 18.04.3)
- Python 3.8.3
- Pip 20.0.2
- Yes, I ran everything inside the conda environment
zcaiElvis commented
Fixed by installing on Ubuntu 20.04