-
Notifications
You must be signed in to change notification settings - Fork 1
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
Message matplotlib not installed #15
Comments
Same problem on Linux. This code does not work any longer:
|
Still works for me on Linux, with matplotlib installed in a virtual environment. @FrisoBroekhuizen and @ufechner7 how did you install python and matplotlib? And can you try running python3 and importing matplotlib in the terminal, and check the result?
|
On the command line it works:
But on the command line it is also using a different version of python:
|
So that would mean that you don't have matplotlib installed in your Conda environment? Could you try running |
But I don't understand why the script is trying to use a different Python version. UPDATE:
If I use Bash in the normal terminal it says:
|
Does that solve the issue? Or should we add a command line arg to the script where you can specify the python path you want to use. |
So the solution for @ufechner7 would be to install matplotlib through the VSCode terminal. |
Not really. I don't want to have multiple Python3 installations. I would like to teach VSCode not to mess with the search path. |
on windows 11 with julia 1.10, when running this script create_sys_image, the message appears even though it is already installed.
The text was updated successfully, but these errors were encountered: