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

wasmer run fails installing python/python on the first run, but not on the second #3259

Closed
fschutt opened this issue Oct 26, 2022 · 0 comments · Fixed by #3260
Closed

wasmer run fails installing python/python on the first run, but not on the second #3259

fschutt opened this issue Oct 26, 2022 · 0 comments · Fixed by #3260
Labels
bug Something isn't working

Comments

@fschutt
Copy link
Contributor

fschutt commented Oct 26, 2022

$ wasmer run registry.wapm.io/python/python   # first run
finding local package python/python@latest failed
python.wasm: can't open file 'registry.wapm.io/python/python': [Errno 76] Capabilities insufficient

$ wasmer run registry.wapm.io/python/python   # second run
Python 3.6.7 (default, Feb 14 2020, 03:17:48) 
[Wasm WASI vClang 9.0.0 (https://github.com/llvm/llvm-project 0399d5a9682b3cef7 on generic
Type "help", "copyright", "credits" or "license" for more information.
>>> 

This issue does not appear when doing

$ wasmer registry.wapm.io/python/python   # first run
Python 3.6.7 (default, Feb 14 2020, 03:17:48) 
[Wasm WASI vClang 9.0.0 (https://github.com/llvm/llvm-project 0399d5a9682b3cef7 on generic
Type "help", "copyright", "credits" or "license" for more information.
>>> 

wasmer version:

wasmer 3.0.0-rc.1 (aa516 2022-10-25)
binary: wasmer-cli
commit-hash: aa516c7b7ebd01de576f11e7cb94941b4c30b2d0
commit-date: 2022-10-25
host: aarch64-apple-darwin
compiler: singlepass,cranelift
@fschutt fschutt added the bug Something isn't working label Oct 26, 2022
@bors bors bot closed this as completed in 4cc963d Oct 27, 2022
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

Successfully merging a pull request may close this issue.

1 participant