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

Error With Module #996

Closed
iamawanishmaurya opened this issue Jul 25, 2024 · 1 comment
Closed

Error With Module #996

iamawanishmaurya opened this issue Jul 25, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@iamawanishmaurya
Copy link

iamawanishmaurya commented Jul 25, 2024

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
Copy link

1Code-JS commented Jul 26, 2024

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.

@bajrangCoder bajrangCoder added the question Further information is requested label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants