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

ModuleNotFoundError: No module named 'numpy' #40

Open
awambua opened this issue Jun 18, 2022 · 1 comment
Open

ModuleNotFoundError: No module named 'numpy' #40

awambua opened this issue Jun 18, 2022 · 1 comment

Comments

@awambua
Copy link

awambua commented Jun 18, 2022

xception in thread "main" com.github.sh0nk.matplotlib4j.PythonExecutionException: Python execution error: Traceback (most recent call last):
File "*****", line 1, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'

at com.github.sh0nk.matplotlib4j.PyCommand.command(PyCommand.java:85)
at com.github.sh0nk.matplotlib4j.PyCommand.execute(PyCommand.java:105)
at com.github.sh0nk.matplotlib4j.PlotImpl.show(PlotImpl.java:184)
at Main.main(Main.java:120)
@sh0nk
Copy link
Owner

sh0nk commented Jun 20, 2022

@awambua
Oh, for convenience, this library depends on numpy as well. You can install numpy in your python. I'll update the README. Thanks.

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