Codaone / DEXBot

Trading Bot for the BitShares Decentralized Exchange
Other
250 stars 129 forks source link

error: Could not find suitable distribution for Requirement.parse('pyqt5') #13

Closed donaldforest closed 6 years ago

donaldforest commented 6 years ago

Install on Debian 9:

Installed /usr/local/lib/python3.5/dist-packages/dexbot-0.1.0-py3.5.egg
Processing dependencies for dexbot==0.1.0
Searching for pyqt5
Reading https://pypi.python.org/simple/pyqt5/
No local packages or working download links found for pyqt5
error: Could not find suitable distribution for Requirement.parse('pyqt5')
dex@Frankfurt-Deb9-2GB:~/DEXBot$ voltron
-su: voltron: command not found

How to fix?

mikakoi commented 6 years ago

Did you try pip install pyqt5?