-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation error due to dead link of Jadak API #132
Comments
Hi, i'm having the same issue due th JADAK's link i believe, here's what it's shown: Collecting python-mercuryapi × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Running setup.py install for python-mercuryapi did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
Hi, I am trying to install on Pi 3B+ and getting the Error 9 also.: pi@raspberrypi:~/python-mercuryapi $ sudo make install |
Is there someone with a solution for this problem because I have the same and I really need help |
Look at issue #86. That enabled me to do a successful install this morning. |
Hi, the Makefile (with wrong links) has been corrected. Replace your Makefile with a fresh one from the repo. As of this date, it works. |
for what it's worth I got that working with the latest api version (with python 3.12):
but manually downloaded that zip from https://www.jadaktech.com/documents-downloads/thingmagic-mercury-api-1-37-2/?download and copied into the git clone of this repo. then make & make install worked. |
Hi,
When I try to install via
pip install python-mercuryapi
, the following error shows:unzip: cannot find zipfile directory in one of mercuryapi-1.31.1.36-2.zip or mercuryapi-1.31.1.36-2.zip.zip, and cannot find mercuryapi-1.31.1.36-2.zip.ZIP, period. make: *** [mercuryapi-1.31.1.36/.done] Error 9
And when i further check, the link that the installation module try to curl is https://www.jadaktech.com/wp-content/uploads/2019/10/mercuryapi-1.31.1.36-2.zip which doesn't exist.
I know that Jadak has recently did a big revamp of their website in around Oct, 2022.
Now downloading the SDK requires filling in a contact form, and the download link of the zip file was changed without a redirection. It should be the reason.
Arnold
The text was updated successfully, but these errors were encountered: