-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error loading module matplotlib! #364
Comments
感觉这样包含不全所有的库路径,但是用Cmake的话又不能单步调试了 |
如果想在vscode中构建matplotlib并且能够用vscodeGUI单步调试的朋友可以像我这样构建库: 附上我的tasks.json {
} |
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模组,欢迎指教
The text was updated successfully, but these errors were encountered: