-
Notifications
You must be signed in to change notification settings - Fork 78
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
Cannot pip install fastdup on python3.11 macOS 13.3 M1 #229
Comments
Hi @bbobjohnson thanks for reporting.
|
I appreciate the fast response. The output below. =================================== |
HI @bbobjohnson you are using python 3.11 on mac m1, we support only python3.8 and python3.9 on mac m1. You can install python 3.8 using |
Now working! Fantastic support |
Many thanks @bbobjohnson keep us posted for any issues, bugs or feature requests! |
Originally posted by @dbickson in #214 (comment)
I'm having the same issue on Mac M1 hardware. I downloaded several of the latest release "whl" files from here:
https://github.com/visual-layer/fastdup/releases?q=M1&expanded=true
Execute pip:
bob@MacBook-Pro oil % pip3 install -U ~bob/Downloads/fastdup-0.104-cp38-cp38-macosx_11_0_arm64.whl
ERROR: fastdup-0.104-cp38-cp38-macosx_11_0_arm64.whl is not a supported wheel on this platform.
Same issue with next 3 prior stable releases for M1
The text was updated successfully, but these errors were encountered: