python pandas 報錯
打印臺報錯顯示:Original error was: DLL load failed while importing _multiarray_umath: 找不到指定的模塊。
文章來源:http://www.zghlxwxcb.cn/news/detail-534083.html
Please note and check the following:
* The Python version is: Python3.8 from "D:\Anaconda3\python.exe"
* The NumPy version is: "1.18.5"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: DLL load failed while importing _multiarray_umath: 找不到指定的模塊。
兩個方法
- 第一:打開當前文件項目的
編輯配置
添加這個入徑就行了,注意:每個人的入徑都不一樣,只要找到Library\bin
這個的完整入徑就行。這個只適用于只用到這個文件其他用不到,但是有一個弊端,就是你每次用到pandas
都要這樣設(shè)置,如果有多個都要這樣設(shè)置的話,實屬大聰明。 - 第二個方法:
Path=完整路徑
,將完整路徑復(fù)制到系統(tǒng)變量(path)中,重啟編譯器。
如果方法有幫助到你請為我點個贊,你的支持是我的創(chuàng)作動力。如果沒有幫助到你可以評論區(qū)里留言…文章來源地址http://www.zghlxwxcb.cn/news/detail-534083.html
到了這里,關(guān)于完美解決:Original error was: DLL load failed while importing _multiarray_umath: 找不到指定的模塊。的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!