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

Python 3.11 packages #696

Open
thewtex opened this issue Feb 10, 2023 · 5 comments
Open

Python 3.11 packages #696

thewtex opened this issue Feb 10, 2023 · 5 comments
Labels
🐞 bug Something isn't working

Comments

@thewtex
Copy link

thewtex commented Feb 10, 2023

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:

ImportError: Wasmer is not available on this system

Expected behavior

Python 3.11 packages.

Actual behavior

3.11 arch-specific wheels are not available on PyPI.

Additional context

Thank you!

@ic3man5
Copy link

ic3man5 commented Jul 20, 2023

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?

@ic3man5
Copy link

ic3man5 commented Jul 20, 2023

pr!721

@ayys @Michael-F-Bryan PyPI is still @ v1.1.0

https://pypi.org/project/wasmer/#history

@codegod100
Copy link

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?

@bbartling
Copy link

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?

@omer9564
Copy link

omer9564 commented Jul 3, 2024

I workaround it using the following command:

git clone --depth 1 --branch 1.1.1 [email protected]:wasmerio/wasmer-python.git && cd wasmer-python && pip install packages/api packages/compiler-cranelift

Notice that you must have rust installed, if you are using mac:

brew install rust

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants