RogerioBlanco / PixelCanvasBot

A bot to pixelcanvas.io
63 stars 24 forks source link

Add error message for setup.py #82

Closed Yelinz closed 5 years ago

Yelinz commented 5 years ago

pip removed pip.main() in the version 10.0, therefore you need to manually install the required packages.

If you run python setup.py it would result in:

Traceback (most recent call last):
  File "setup.py", line 18, in <module>
    pip.main(['install', package])
AttributeError: 'module' object has no attribute 'main'
Qh0stM4N commented 5 years ago

Setup needs to be rewritten. This can be regarded as an obvious solution.