wasmerio / py2wasm

Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
http://nuitka.net
Apache License 2.0
112 stars 4 forks source link

Install py2wasm on Windows 10 #1

Open bobbyohyeah opened 6 months ago

bobbyohyeah commented 6 months ago

Python Version: 3.11.8

When I run pip install py2wasm, it says that the package installs properly, but there's no command found when I run py2wasm or python -m py2wasm. I tried uninstalling Nuitka, running it in a python virtual environment, and trying python 3.8-3.12, but no luck.

Nuitka standalone runs fine with all of the python versions listed.

g-rodigy commented 2 months ago

Have same issue. Python Version: 3.11.9

emillaslodom commented 1 month ago

Same issue with Python 3.12.3