Skip to content
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

Install from PyPI not working on macos arm64 #2

Closed
clehner opened this issue Mar 15, 2022 · 3 comments · Fixed by #4
Closed

Install from PyPI not working on macos arm64 #2

clehner opened this issue Mar 15, 2022 · 3 comments · Fixed by #4

Comments

@clehner
Copy link

clehner commented Mar 15, 2022

When installing with pip3, the v0.3.0 release is not available:

ERROR: Could not find a version that satisfies the requirement didkit==0.3.0 (from versions: 0.0.1, 0.2.1)
ERROR: No matching distribution found for didkit==0.3.0
@awoie
Copy link

awoie commented Mar 15, 2022

This issue occurs on my platform:

Darwin ***.*** 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan  5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000 arm64

@awoie
Copy link

awoie commented Mar 15, 2022

Also tried to install the wheel manually as follows (but apparently it is not supported):

***@*** new % sudo --user *** pip3 install -U $HOME/***/didkit-0.3.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Defaulting to user installation because normal site-packages is not writeable
ERROR: didkit-0.3.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl is not a supported wheel on this platform.

@awoie
Copy link

awoie commented Mar 15, 2022

updated to python 3.9 and now it works

sbihel added a commit that referenced this issue Mar 15, 2022
@sbihel sbihel closed this as completed in #4 Mar 16, 2022
sbihel added a commit that referenced this issue Mar 16, 2022
Certain odd linux architectures are stuck on 3.8 (e.g. arm, or powerpc) but now all OS with their major archs have 3.7--3.10 available.

Close #2
Close #3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants