-
Notifications
You must be signed in to change notification settings - Fork 79
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
Python 3.11 packages #696
Comments
This is still an issue, looks like version 1.1.1 was never uploaded to PyPI and it looks like 1.2.0 is also not working. Is there something blocking getting a new release out? |
@ayys @Michael-F-Bryan PyPI is still @ v1.1.0 |
I'm not a real python dev so I'm not positive, but it seems pythonland is always running behind. Didn't python 3.11 come out like a year ago? |
hello... am running into this same issue where if I dial back to Python 3.10 still same issue but I happen to have a 3.7 version of python on my computer where this appears to work just fine. Will this repo be maintained into the future? |
I workaround it using the following command:
Notice that you must have rust installed, if you are using mac:
|
Describe the bug
Python 3.11 package are not available on PyPI
Steps to reproduce
With Python 3.11,
pip install wasmer
.import wasmer
results in:Expected behavior
Python 3.11 packages.
Actual behavior
3.11 arch-specific wheels are not available on PyPI.
Additional context
Thank you!
The text was updated successfully, but these errors were encountered: