Here is what it says when i run pip3 install https://github.com/s4w3d0ff/python-poloniex/archive/v0.4.6.zip
Collecting https://github.com/s4w3d0ff/python-poloniex/archive/v0.4.6.zip
Downloading https://github.com/s4w3d0ff/python-poloniex/archive/v0.4.6.zip
Requirement already satisfied: requests in /usr/local/lib/python3.6/dist-packages (from poloniex==0.4.6)
Installing collected packages: poloniex
Running setup.py install for poloniex: started
Running setup.py install for poloniex: finished with status 'error'
Complete output from command /usr/local/bin/python3.6 -u -c "import setuptools, tokenize;file='/tmp/pip-vvmpn89x-build/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-zp6s88od-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/poloniex
copying poloniex/init.py -> build/lib/poloniex
copying poloniex/coach.py -> build/lib/poloniex
running install_lib
creating /usr/local/lib/python3.6/dist-packages/poloniex
error: could not create '/usr/local/lib/python3.6/dist-packages/poloniex': Permission denied
----------------------------------------
Command "/usr/local/bin/python3.6 -u -c "import setuptools, tokenize;file='/tmp/pip-vvmpn89x-build/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-zp6s88od-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-vvmpn89x-build/
2017-11-11 10:01:56 -- Completed task, took 66.00 seconds, return code was 1.