DurianStallSingapore / Zilliqa-Mining-Proxy

Mining Proxy between Zilliqa Nodes and Miners
https://proxy.getzil.com
GNU General Public License v3.0
28 stars 29 forks source link

setuptools is missing #7

Closed 0xm8n closed 5 years ago

0xm8n commented 5 years ago
coreclear@cc01:~/Zilliqa-Mining-Proxy$ date
Wed Jan 23 22:48:49 +07 2019
coreclear@cc01:~/Zilliqa-Mining-Proxy$ sudo python setup.py develop
Traceback (most recent call last):
  File "setup.py", line 22, in <module>
    from setuptools import setup
ImportError: No module named setuptools
deepgully commented 5 years ago

are you using python3.6+?

0xm8n commented 5 years ago

After install python 3.7.2 follow this link https://tecadmin.net/install-python-3-7-on-ubuntu-linuxmint/ and run with "python3.7" instead of "python" it can build and start successfully