Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. (jupyerlab-desktop) peng@peng-ThinkPad-P51s:~/git/jupyerlab-desktop/python$ python setup.py build
  2. running build
  3. running build_py
  4. running build_scripts
  5.  
  6.  
  7. (jupyerlab-desktop) peng@peng-ThinkPad-P51s:~/git/jupyerlab-desktop/python$ pip install .
  8. Processing /home/peng/git/jupyerlab-desktop/python
  9. Complete output from command python setup.py egg_info:
  10. Traceback (most recent call last):
  11. File "<string>", line 1, in <module>
  12. File "/tmp/pip-req-build-kg5jwcjs/setup.py", line 9, in <module>
  13. long_description=open("../README.md").read(),
  14. FileNotFoundError: [Errno 2] No such file or directory: '../README.md'
  15.  
  16. ----------------------------------------
  17. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-kg5jwcjs/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement