You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: