forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInfo.txt
17 lines (11 loc) · 805 Bytes
/
Info.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Info
1. Problems while installing matplotlib in developer mode...
Both ninja library and C++ interpreter are needed. For the latter (on Windows) installs Visual Studio 2022 with C++ extensions.
Check this URL for Microsoft Visual C++:
https://www.youtube.com/watch?v=rcI1_e38BWs
2. Why VS Code doesn't found modules in virtual environment?
By running the files through "Run Code" button we'll get an error, instead by using "Run Python File" it works (LOL :/).
It seems like VS Code doesn't recognise that we are pointing the matplotlib version that we are modifying.
The same script typed in the venv's Python interpreter works with no problems.
Check this URL for more info:
https://stackoverflow.com/questions/56658553/why-do-i-get-a-modulenotfounderror-in-vs-code-despite-the-fact-that-i-already