-
Notifications
You must be signed in to change notification settings - Fork 3
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
not install with pip3 #9
Comments
Hello. What is your processor architecture? x86_64? ARM? |
yes, x86_64, is this a problem? |
Or you can show the full log along with the command |
and give |
No, it shouldn’t, I have ubuntu 22.04 and there are no problems, show me the detailed log, I’ll install ubuntu 18.04 and test with my hands what the problem might be. |
Linux LeAlPc 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux I checked on my PC and on VDS, thanks on vds:
|
https://github.com/pypa/manylinux
Here is a list of wheels, as you can see there is only support for manylinux_2_28 |
okay, thanks, I'll try it in Docker for now |
@lealael try again |
@lealael post the results, is everything ok? |
@dotX12 |
Support added only for x86_x64 manylinux2014. linux/arm64 for manylinux2014 is not yet available. If anyone needs it, write a message and I will find time for this, unfortunately there is very little (free time) of it now. |
Hi, I'm having similar issue on Android with Termux Linux distro.
Can you please help? |
man, this is crazy... buy a VPS for a few dollars and install package :/ |
Try installing the package from the whl file and give feedback, did everything install correctly? Command aka
Download file from release in github. And select the wheel for the desired python and aarch64 version |
I'm running on a AWS lambda container for 3.11, arm64. I was able to get it to run with the above wheel (1.0.7 shazamio_core-1.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (download) - 3.11) It just requires to follow the instructions above (download and pip install wheel) and then u can install the other one. Unrelated but similar notes, I needed to use pydantic 2 due to other libraries, a quick fix (although not permanent) is to change all imports from pydantic to pydantic.v1 Still fixing a few other issues, mostly trying to get multi-song recognition working. Thanks for your help and work on this library! |
Oops, I think I forgot to add aarch to pypi, it will be added. |
Are there any wheels available for intel macs. I am unable to use shazamio because of the |
Built my own wheel from source but it seems like .recognize_path() is not implemented in the source code? |
Hello, sorry for the respect, but I can’t beat it(((
I'm running
pip3 install shazamio
on Ubuntu18.08 in venv Python3.8 but an error occurs.I tried installing it through setup.py and it didn’t work out there either. help is needed.
The text was updated successfully, but these errors were encountered: