gotthardp / python-mercuryapi

Python wrapper for the ThingMagic Mercury API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make error

Voikat opened this issue · comments

Hey, I need to install MercuryAPI on my Raspberry. I followed your instructions but when I use the 'make' command I get

unzip mercuryapi-YEATS-1.31.4.35-1.zip
Archive: mercuryapi-YEATS-1.31.4.35-1.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of mercuryapi-YEATS-1.31.4.35-1.zip or
mercuryapi-YEATS-1.31.4.35-1.zip.zip, and cannot find mercuryapi-YEATS-1.31.4.35-1.zip.ZIP, period.
make: *** [Makefile:23: mercuryapi-1.31.4.35/.done] Error 9

I really need help if I made a mistake or something.
Screenshot 2022-12-25 051439

Look at issue #86. That fixed the problem for me.

Hi, the Makefile has been corrected. Replace the one you have with the one in the repository. :)