python - Error when installing github module via pip -
i'm trying download python module github using pip, seem running problems upon download:
00000@ubuntu-00000:~/desktop/python/blockchain.data$ pip install git+https://github.com/luke-jr/eloipool.git using pip version 7.0.3, version 7.1.0 available. should consider upgrading via 'pip install --upgrade pip' command. collecting git+https://github.com/luke-jr/eloipool.git cloning https://github.com/luke-jr/eloipool.git /tmp/pip-f159a1wz-build complete output command python setup.py egg_info: traceback (most recent call last): file "<string>", line 18, in <module> file "/home/00000/anaconda3/lib/python3.4/tokenize.py", line 438, in open buffer = _builtin_open(filename, 'rb') filenotfounderror: [errno 2] no such file or directory: '/tmp/pip-f159a1wz-build/setup.py' ---------------------------------------- command "python setup.py egg_info" failed error code 1 in /tmp/pip-f159a1wz-build any insight why isn't installing?
i experienced similar problem when installing selenium recently. firstly upgrade pip. try installing ever trying install.
Comments
Post a Comment