ReinProject / python-rein

Client for a decentralized freelancing market
https://reinproject.org
GNU General Public License v3.0
37 stars 21 forks source link

Undocumented dependence on setuptools package #115

Closed mtlynch closed 7 years ago

mtlynch commented 7 years ago

I followed the setup instructions (except using git instead of a zip) but the setup failed because there's a dependency on setuptools which is not mentioned in the instructions:

$ git clone https://github.com/ReinProject/python-rein.git
$ cd python-rein/
$ git checkout v0.3.1-beta
$ sudo python setup.py install
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    from setuptools import find_packages, setup
ImportError: No module named setuptools

The fix is to add this to the instructions:

sudo pip install setuptools

Tested on Ubuntu 16.04

weex commented 7 years ago

Thanks. Fixed also with bce4df96ce6304a32ec0cf4461674cd573f1bd96