Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.15 KB | None | 0 0
  1. ➜  ~ pip3 install git+https://github.com/xybu/onedrived-dev.git
  2.  
  3. Collecting git+https://github.com/xybu/onedrived-dev.git
  4.   Cloning https://github.com/xybu/onedrived-dev.git to /tmp/pip-req-build-1s0as20e
  5.   Running command git clone -q https://github.com/xybu/onedrived-dev.git /tmp/pip-req-build-1s0as20e
  6. Requirement already satisfied: setuptools>=30.0.0 in /usr/local/lib/python3.6/dist-packages (from onedrived==2.0.0) (41.2.0)
  7. Collecting colorama>=0.3.7 (from onedrived==2.0.0)
  8.   Downloading https://files.pythonhosted.org/packages/4f/a6/728666f39bfff1719fc94c481890b2106837da9318031f71a8424b662e12/colorama-0.4.1-py2.py3-none-any.whl
  9. Collecting click>=6.6 (from onedrived==2.0.0)
  10.   Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB)
  11.      |████████████████████████████████| 81kB 276kB/s
  12. Collecting onedrivesdk (from onedrived==2.0.0)
  13.   Downloading https://files.pythonhosted.org/packages/b3/76/9a3fe5b36079f5c40b33c89ad6f7737e3b8609010a80c9ed24d762ddb93e/onedrivesdk-2.0.tar.gz
  14.     ERROR: Command errored out with exit status 1:
  15.      command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-zf_yoe7_/onedrivesdk/setup.py'"'"'; __file__='"'"'/tmp/pip-install-zf_yoe7_/onedrivesdk/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 pip-egg-info
  16.          cwd: /tmp/pip-install-zf_yoe7_/onedrivesdk/
  17.     Complete output (5 lines):
  18.     Traceback (most recent call last):
  19.       File "<string>", line 1, in <module>
  20.       File "/tmp/pip-install-zf_yoe7_/onedrivesdk/setup.py", line 9, in <module>
  21.         with open(NOTICE, 'r', encoding='utf-8') as f:
  22.     NotADirectoryError: [Errno 20] Not a directory: '/tmp/pip-install-zf_yoe7_/onedrivesdk/setup.py/../NOTICE.rst'
  23.     ----------------------------------------
  24. 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
Advertisement