Guest User

propnet error

a guest
Aug 8th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. (kepler) PS C:\Users\Dominic> pip install propnet
  2. Collecting propnet
  3. Downloading propnet-2019.9.25.tar.gz (4.1 kB)
  4. ERROR: Command errored out with exit status 1:
  5. command: 'C:\Users\Dominic\anaconda3\envs\kepler\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Dominic\\AppData\\Local\\Temp\\pip-install-w3m0_t2n\\propnet\\setup.py'"'"'; __file__='"'"'C:\\Users\\Dominic\\AppData\\Local\\Temp\\pip-install-w3m0_t2n\\propnet\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Dominic\AppData\Local\Temp\pip-pip-egg-info-x8h7ns2e'
  6. cwd: C:\Users\Dominic\AppData\Local\Temp\pip-install-w3m0_t2n\propnet\
  7. Complete output (5 lines):
  8. Traceback (most recent call last):
  9. File "<string>", line 1, in <module>
  10. File "C:\Users\Dominic\AppData\Local\Temp\pip-install-w3m0_t2n\propnet\setup.py", line 6, in <module>
  11. with open('requirements.txt', 'r') as f:
  12. FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
  13. ----------------------------------------
  14. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment