Created
January 19, 2021 18:30
-
-
Save sbenthall/6a7f135970232dad08eb65ecebfd97cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running setup.py develop for copro | |
ERROR: Command errored out with exit status 1: | |
command: /usr/bin/python3.8 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/sb/projects/joss/copro/setup.py'"'"'; __file__='"'"'/home/sb/projects/joss/copro/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps --user --prefix= | |
cwd: /home/sb/projects/joss/copro/ | |
Complete output (5 lines): | |
running develop | |
running egg_info | |
/home/sb/.local/lib/python3.8/site-packages/setuptools/dist.py:461: UserWarning: Normalizing '0.0.7b' to '0.0.7b0' | |
warnings.warn(tmpl.format(**locals())) | |
error: [Errno 13] Permission denied | |
---------------------------------------- | |
ERROR: Command errored out with exit status 1: /usr/bin/python3.8 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/sb/projects/joss/copro/setup.py'"'"'; __file__='"'"'/home/sb/projects/joss/copro/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps --user --prefix= Check the logs for full command output. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment