Installation for Python2 fails
Closed this issue · 2 comments
nakumgaurav commented
nakumgaurav commented
Got it. That argument needed to be removed. For others encountering this issue:
- clone the repo
- Go to setup.py and remove the 'encoding' argument from the line shown in the image above.
- pip install .
and you are done!
felix-last commented
Glad you figured it out. Thank you for sharing your advice with others!