SBentley / qvd-utils

Read Qlik Sense .qvd files
https://pypi.org/project/qvd/
Apache License 2.0
49 stars 18 forks source link

pip installation failed #13

Closed asschweizer closed 1 year ago

asschweizer commented 2 years ago

Hey guys, I was very happy to found this project. Unfortunately there is an issue on my OS X with Python 3.8.10

pip install qvd ERROR: Could not find a version that satisfies the requirement qvd (from versions: none) ERROR: No matching distribution found for qvd

Any ideas?

Best regards, Axel

agroideas commented 2 years ago

Hi, I have the same problem, are you using a Mac with Apple Silicon processor? Seems that there is a compatibilty problem with this.

SBentley commented 1 year ago

I have published the macOS wheels for the latest version (0.0.14) . Pip installing should now work for apple silicon.

agroideas commented 1 year ago

Hi, sorry to bother with this again, but the error remains. I have Python 3.9, looking at the wheels files I only find macos X86, none ARM.

Thanks a lot