【yolov8】Try using the full path with constructor syntax.
环境:
win11/Python3.10.13
今天在用python调用一个c++的dll库,尝试过以下方法
1 | os.add_dll_directory("xxx.dll") |
无果,参考以下博客解决
使用开发者命令工具 Developer CMD Prompt for vs
1 | dumpbin /DEPENDENTS D:\sofeware\anaconda\envs\python38\Lib\site-packages\PySmartCard\ReaderLib_64.dll |
会显示缺少的dll文件,去C:\Windows\System32 目录下找找,没有就去下一个
FileNotFoundError: Could not find module ‘xxx.dll’. Try using the full path with constructor syntax. 调用ctypes库中dll报错问题解决、以及winerr 126找不到指定模块
还有一个找DLL的网站DLLME
有个软件找文件的,叫everything也好用
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 素颜的博客~!
评论