deadlyjack / Acode

Acode - powerful text/code editor for android
https://acode.app
MIT License
2.92k stars 394 forks source link

Error With Module #996

Closed iamawanishmaurya closed 1 month ago

iamawanishmaurya commented 4 months ago

I have install and connected my acode terminal to termux acodex but when even after installing the module in terminal it Give me same error as module not found.Screenshot_20240725-233317.png

Screenshot_20240725-233311.png

Screenshot_20240725-233236.png

1Code-JS commented 4 months ago

Try running $ python <path> (replace with the file path where Main.py is) in the terminal perhaps? The difference between that command and Python plugin is that the the latter uses Pyodide which it's python interpreter/compiler is based on WebAssembly/Emscripten and ported from CPython. The Python environment between the 2 are different and they can't access each other's packages.