gotthardp / python-mercuryapi

Python wrapper for the ThingMagic Mercury API
MIT License
122 stars 63 forks source link

pip install fails with error code 1 #75

Closed andres-baller closed 5 years ago

andres-baller commented 5 years ago

Attempting to install through pip3 on both macOS and Raspberry Pi 3B results in

ERROR: Complete output from command python setup.py egg_info: ERROR: Traceback (most recent call last): File "", line 1, in File "/private/var/folders/87/_xg5mths3g35kb5x3kz6ddc80000gn/T/pip-install-mBTkEa/python-mercuryapi/setup.py", line 16, in long_description=open('long_description.txt').read(), IOError: [Errno 2] No such file or directory: 'long_description.txt'

ERROR: Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/87/_xg5mths3g35kb5x3kz6ddc80000gn/T/pip-install-mBTkEa/python-mercuryapi/

I've already made sure setuptools is installed and updated, and other pip packages seem to be installing fine. The "no such file or directory" line makes me think it could be something similar to #54?

gotthardp commented 5 years ago

Yeah, same as #54, just a different file. My fault. Will you try again now, please?

andres-baller commented 5 years ago

It works on my Raspberry Pi now. It still doesn't build on my mac, but it's not crucial for me, and I'm assuming it's because of unrelated issues. Thanks for the quick support!

gotthardp commented 5 years ago

Yeah, the build on Mac doesn't work (see issue #42).