-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I have been trying to install axe on my computer. Here is my code:
brew install cmake
git clone --recursive https://github.com/kdmurray91/axe.git axe
cd axe
cmake .
make install axe
I have installed bioconda, so there is (base) in front of my username. Firstly, I doubt that there is something wrong with my enviornment, so I have tried to leave the base environment, but I got same error message.
Here is the error message:
WARNING: unknown config value 'latex_paper_size' in override, ignoring
WARNING: html_static_path entry '.static' does not exist
Exception occurred:
File "/opt/anaconda3/lib/python3.9/site-packages/sphinx/application.py", line 376, in build
os.unlink(envfile)
PermissionError: [Errno 13] Permission denied: '/Users/kenhsu/axe/doc/man/.doctrees/environment.pickle'
The full traceback has been saved in /var/folders/tt/22nmrjys36s6lql2bl2czw9w0000gq/T/sphinx-err-si44dp0u.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at https://github.com/sphinx-doc/sphinx/issues. Thanks!
make[2]: *** [docs/CMakeFiles/doc_man] Error 2
make[1]: *** [docs/CMakeFiles/doc_man.dir/all] Error 2
make: *** [all] Error 2