-
Notifications
You must be signed in to change notification settings - Fork 54
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
Wheel build fails for v1.3.0 #225
Comments
Changed to |
It seems to build on py 3.11 and py 3.10 but pip and wheel don't seem to be installed for python 3.9:
|
Is there a build environment solution to this issue I could apply locally for python version lower than 3.10, without changing the source code? |
You can build a wheel locally with source code that works on your machine (if you have all the dependencies installed). It may not be portable to other machines. |
The text was updated successfully, but these errors were encountered: