southwood / project-oxford-python

Project Oxford for Python
MIT License
25 stars 12 forks source link

Error run pip command #8

Closed pirakleous closed 4 years ago

pirakleous commented 8 years ago

Hello i am trying to install it with pip install projectoxford and i am getting this error:

Downloading/unpacking projectoxford Downloading projectoxford-0.3.1.zip Running setup.py (path:/tmp/pip-build-y3pBs5/projectoxford/setup.py) egg_info for package projectoxford Traceback (most recent call last): File "", line 17, in File "/tmp/pip-build-y3pBs5/projectoxford/setup.py", line 12, in with open('README', 'r', encoding='utf-8') as f: TypeError: 'encoding' is an invalid keyword argument for this function Complete output from command python setup.py egg_info: Traceback (most recent call last):

File "", line 17, in

File "/tmp/pip-build-y3pBs5/projectoxford/setup.py", line 12, in

with open('README', 'r', encoding='utf-8') as f:

TypeError: 'encoding' is an invalid keyword argument for this function


Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-y3pBs5/projectoxford Storing debug log for failure in /home/panagorn/.pip/pip.log

gkrishna9790 commented 8 years ago

Even I ran into the same issue with projectoxford. Have no idea how to proceed. Please let me know if you have found a solution for the same.

Thanks.

zooba commented 8 years ago

The latest versions of projectoxford are for Python 3 only. It's a different library.

If you want the one that was maintained here, install projectoxford<0.3