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

You didn't install numpy. #1

Open
MichaelPonGithub opened this issue Jun 4, 2023 · 1 comment
Open

You didn't install numpy. #1

MichaelPonGithub opened this issue Jun 4, 2023 · 1 comment

Comments

@MichaelPonGithub
Copy link

I have been using this since 2020. And now when I go on to it today. And this happens. Heres the output log. Traceback (most recent call last):
File "/lib/python3.10/_pyodide/_base.py", line 460, in eval_code
.run(globals, locals)
File "/lib/python3.10/_pyodide/_base.py", line 306, in run
coroutine = eval(self.code, globals, locals)
File "", line 5, in
ModuleNotFoundError: The module 'numpy' is included in the Pyodide distribution, but it is not installed.
You can install it by calling:
await micropip.install("numpy") in Python, or
await pyodide.loadPackage("numpy") in JavaScript
See https://pyodide.org/en/stable/usage/loading-packages.html for more details.

/lib/python3.10/pyodide/init.py:74: FutureWarning: pyodide.to_js has been moved to pyodide.ffi.to_js Accessing it through the pyodide module is deprecated.
warn(
/lib/python3.10/pyodide/init.py:74: FutureWarning: pyodide.create_proxy has been moved to pyodide.ffi.create_proxy Accessing it through the pyodide module is deprecated.
warn(

@CaiozScripts
Copy link

https://replit.com/@caiozthings/WindowCreator?v=1 maybe this could help you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants