OSError: [WinError 126] 找不到指定的模組。
D:\software\python35_64\python.exe D:/projects/CNN_sentence_tensorflow-master/xunfei_use.py
Traceback (most recent call last):
File "D:/projects/CNN_sentence_tensorflow-master/xunfei_use.py", line 6, in <module>
dll = windll.LoadLibrary("msc_x64.dll")
File "D:\software\python35_64\lib\ctypes\__init__.py", line 425, in LoadLibrary
return self._dlltype(name)
File "D:\software\python35_64\lib\ctypes\__init__.py", line 347, in __init__
self._handle = _dlopen(self._name, mode)
Traceback (most recent call last):
File "D:/projects/CNN_sentence_tensorflow-master/xunfei_use.py", line 6, in <module>
dll = windll.LoadLibrary("msc_x64.dll")
File "D:\software\python35_64\lib\ctypes\__init__.py", line 425, in LoadLibrary
return self._dlltype(name)
File "D:\software\python35_64\lib\ctypes\__init__.py", line 347, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] 找不到指定的模組。
解決方案:
不是缺失python包的問題,而是提示中的msc_x64.dll的這個檔案找不到,補上即可。
相關文章
- FileNotFoundError: [WinError 3] 系統找不到指定的路徑。Error
- selenium 問題:OSError: [WinError 6] 控制程式碼無效Error
- python找不到指定模組怎麼辦Python
- 升級pip報錯ERROR: Could not install packages due to an OSError: [WinError 5]ErrorPackage
- 系統啟動時提示找不到指定模組
- ImportError: DLL load failed while importing _cext: 找不到指定的模組ImportErrorAIWhile
- Win7系統隨身碟找不到指定的模組怎麼辦Win7
- win10安裝印表機找不到指定模組怎麼辦Win10
- AndroidStudio 找不到cache.properties (系統找不到指定的檔案)Android
- proguard.cfg 系統找不到指定的檔案
- mysql找不到指定檔案怎麼解決MySql
- Unable to open kernel device "\\.\vmci": 系統找不到指定的檔案。.dev
- sqlserver DTS 系統找不到指定的檔案 解決辦法SQLServer
- applicationContext.xml.xml (系統找不到指定的路徑)APPContextXML
- OSError: [Errno 22] Invalid argumentError
- (20201029Solved)ImportError: DLL load failed while importing _multiarray_umath: 找不到指定的模組ImportErrorAIWhile
- Python找不到專案模組解決方法Python
- 在 CMD 執行 python 檔案,找不到引入的模組Python
- pycharm 正常 VScode 提示找不到模組的解決方法PyCharmVSCode
- TimeoutError: [WinError 10060]Error
- 我的收藏週刊126
- win10提示找不到指定檔案,請確定指定的路徑及檔名是否正確如何解決Win10
- 解除安裝時報錯:“系統找不到指定的驅動器”問題處理
- 解決Python找不到ssl模組問題 No module named _sslPython
- 使用IDEA模組之間依賴找不到依賴類Idea
- IDEATmocat tomcat 或批處理檔案。 系統找不到指定的路徑。IdeaTomcat
- Win10系統使用MiFlash刷機提示找不到指定的檔案怎麼辦Win10
- Vbox 未指定XXX網路名稱 找不到網路卡問題
- 異常收集之:navicatdesignquery.sql.bak 系統找不到指定路徑SQL
- X509Certificate2 報:系統找不到指定的檔案的倆種解決方案
- 找不到模組“vue-router”或其相應的型別宣告 解決方法Vue型別
- 命令列執行python時找不到模組怎麼解決命令列Python
- vmware無法開啟核心裝置“\\.\Global\vmx86”: 系統找不到指定的檔案
- 安裝mysqlclient報OSError: mysql_config not foundMySqlclientError
- linux定時任務python找不到模組問題解決LinuxPython
- Windows下make clean指令錯誤[錯誤碼2](系統找不到指定檔案)的解決方案Windows
- python下用matploylib畫圖找不到指定模板或中文顯示方框的解決辦法Python
- VS2013新建web專案時出錯,系統找不到指定檔案Web