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

ImportError: Wasmer is not available on this system #126

Closed
KristoferHansson opened this issue Feb 4, 2020 · 1 comment
Closed

ImportError: Wasmer is not available on this system #126

KristoferHansson opened this issue Feb 4, 2020 · 1 comment
Assignees
Labels
🐞 bug Something isn't working 📦 component-extension About the Python extension written in Rust
Projects

Comments

@KristoferHansson
Copy link

KristoferHansson commented Feb 4, 2020

Describe the bug

Trying to install and use wasmer in windows 10, using (mini)conda environment with py3.7(tried with 3.8 and 3.6 also), installed wasmer "successfully" via: pip install wasmer

First import fails with the following output:

(py37) C:\tmp>python test_wasm.py
Traceback (most recent call last):
File "test_wasm.py", line 1, in
from wasmer import Instance
File "C:\Users\kha\AppData\Local\Continuum\miniconda3\envs\py37\lib\site-packages\wasmer_init_.py", line 1, in
raise ImportError("Wasmer is not available on this system")
ImportError: Wasmer is not available on this system

NOTE: Exact same procedure works fine when performed in a WSL(1) Ubuntu instance on the same machine

@KristoferHansson KristoferHansson added the 🐞 bug Something isn't working label Feb 4, 2020
@Hywan Hywan added this to 📬 Backlog in Kanban via automation Feb 5, 2020
@Hywan Hywan self-assigned this Feb 5, 2020
@Hywan Hywan added the 📦 component-extension About the Python extension written in Rust label Feb 5, 2020
@Hywan
Copy link
Contributor

Hywan commented Feb 5, 2020

We don't support Windows yet. Please subscribe to #100 or #29.

@Hywan Hywan closed this as completed Feb 5, 2020
Kanban automation moved this from 📬 Backlog to 🎉 Done Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working 📦 component-extension About the Python extension written in Rust
Projects
Kanban
  
🎉 Done
Development

No branches or pull requests

2 participants