Open
Description
I am issue now,use Anaconda on Ubuntu 22.04, Python version is 2.7,
I installed in a virtualenv. run by vscode, I write tasks.json,becuse I want to debug by vscode GUI
"-I", "/home/agatha/.conda/envs/myenv/include/python2.7",
"-L", "/home/agatha/.conda/envs/myenv/bin",
"-L", "/home/agatha/.conda/envs/myenv/lib/python2.7/site-packages",
"-lpython2.7",
And than I terminal input "conda activate myenv" and run debug!
oh sad occur runtime_error("Error loading module matplotlib!");
有大佬遇到过类似的问题吗,我已经包含了matplotlib的库路径,可是还是弹出无法加载matplotlib模组,欢迎指教
Metadata
Metadata
Assignees
Labels
No labels