Skip to content

Instantly share code, notes, and snippets.

@diaverso
Created August 14, 2020 00:45
Show Gist options
  • Save diaverso/c89e2ff1b2b3560409d105cae63f8647 to your computer and use it in GitHub Desktop.
Save diaverso/c89e2ff1b2b3560409d105cae63f8647 to your computer and use it in GitHub Desktop.
Error python setup.py
root@vps601307:~/byob/byob# python setup.py
Installing requirements.txt
Ignoring mss: markers 'python_version > "3"' don't match your environment
Ignoring WMI: markers 'python_version > "3"' don't match your environment
Ignoring numpy: markers 'python_version > "3"' don't match your environment
Ignoring pyxhook: markers 'python_version > "3"' don't match your environment
Ignoring twilio: markers 'python_version > "3"' don't match your environment
Ignoring colorama: markers 'python_version > "3"' don't match your environment
Ignoring requests: markers 'python_version > "3"' don't match your environment
Ignoring PyInstaller: markers 'python_version > "3"' don't match your environment
Ignoring pycryptodome: markers 'python_version > "3"' don't match your environment
Ignoring pycrypto: markers 'python_version > "3"' don't match your environment
Ignoring pyHook: markers 'sys_platform == "win32"' don't match your environment
Ignoring pypiwin32: markers 'sys_platform == "win32"' don't match your environment
Collecting py-cryptonight>=0.2.4
Using cached py_cryptonight-0.3.3.tar.gz (352 kB)
Collecting pyrx
Cloning https://github.com/jtgrassie/pyrx.git to /tmp/pip-install-b_5uA2/pyrx
Collecting mss==3.3.0
Using cached mss-3.3.0-py2.py3-none-any.whl (19 kB)
Processing /root/.cache/pip/wheels/9c/50/71/338d1b5473d8122359873c4d0f4813414fa9493d674846f5c6/WMI-1.4.9-py2-none-any.whl
Collecting numpy==1.15.2
Using cached numpy-1.15.2-cp27-cp27mu-manylinux1_x86_64.whl (13.8 MB)
Processing /root/.cache/pip/wheels/5b/9f/62/ec5afc674db3456a4ffa8b23888892f2d3f40f5d1f196dc8ca/pyxhook-1.0.0-py2-none-any.whl
Collecting twilio==6.14.0
Using cached twilio-6.14.0-py2.py3-none-any.whl (821 kB)
Collecting colorama==0.3.9
Using cached colorama-0.3.9-py2.py3-none-any.whl (20 kB)
Collecting requests==2.20.0
Using cached requests-2.20.0-py2.py3-none-any.whl (60 kB)
Processing /root/.cache/pip/wheels/1d/1d/67/fbfa08a3fac3d5d683454892b8952eb20cc1896c4c626ee032/PyInstaller-3.6-py2-none-any.whl
Collecting pycryptodomex==3.8.1
Using cached pycryptodomex-3.8.1-cp27-cp27mu-manylinux1_x86_64.whl (9.7 MB)
Collecting opencv-python==3.4.3.18
Using cached opencv_python-3.4.3.18-cp27-cp27mu-manylinux1_x86_64.whl (25.0 MB)
Collecting python-xlib
Using cached python_xlib-0.27-py2.py3-none-any.whl (174 kB)
Collecting PyJWT>=1.4.2
Using cached PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
Collecting pytz
Using cached pytz-2020.1-py2.py3-none-any.whl (510 kB)
Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from twilio==6.14.0->-r ../byob/requirements.txt (line 19)) (1.15.0)
Collecting idna<2.8,>=2.5
Using cached idna-2.7-py2.py3-none-any.whl (58 kB)
Collecting urllib3<1.25,>=1.21.1
Using cached urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
Collecting chardet<3.1.0,>=3.0.2
Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB)
Collecting certifi>=2017.4.17
Using cached certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
Collecting dis3
Using cached dis3-0.1.3-py2-none-any.whl (7.5 kB)
Collecting altgraph
Using cached altgraph-0.17-py2.py3-none-any.whl (21 kB)
Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from PyInstaller==3.6->-r ../byob/requirements.txt (line 22)) (44.1.1)
Building wheels for collected packages: py-cryptonight, pyrx
Building wheel for py-cryptonight (setup.py): started
Building wheel for py-cryptonight (setup.py): finished with status 'error'
Running setup.py clean for py-cryptonight
Building wheel for pyrx (setup.py): started
Building wheel for pyrx (setup.py): finished with status 'error'
Running setup.py clean for pyrx
Failed to build py-cryptonight pyrx
Installing collected packages: py-cryptonight, pyrx, mss, WMI, numpy, python-xlib, pyxhook, PyJWT, idna, urllib3, chardet, certifi, requests, pytz, twilio, colorama, dis3, altgraph, PyInstaller, pycryptodomex, opencv-python
Running setup.py install for py-cryptonight: started
Running setup.py install for py-cryptonight: finished with status 'error'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment