Can't import pysr module successfully in jupyter #382
Unanswered
RicardoSun
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi @RicardoSun, You are likely using a different Python environment in jupyter, where PySR is not installed. You can always do
and
from within Jupyter. Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
-
i have the same issue here, still cant fix this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have already installed 'pysr' with pip command in vscode. And I can find it with 'pip list' and 'pip show pysr'. But when I try to 'import pysr' in a .ipynb file, it always make an error: No module named 'pysr'. My OS is Win10. Thanks for your kind suggestion for this problem!
Beta Was this translation helpful? Give feedback.
All reactions