You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when i warp C++ into .pyd for using in python envirment. But when import .pyd, there is a issue that DLL does not found.
Error:
ImportError: DLL load failed:The specified module could not be found.
But i find that Python 3.6 can normally work but Pyhon 3.8.13 cannot.
I dont know what reason. Please help me.
The text was updated successfully, but these errors were encountered:
Hello, when i warp C++ into .pyd for using in python envirment. But when import .pyd, there is a issue that DLL does not found.
Error:
ImportError: DLL load failed:The specified module could not be found.
But i find that Python 3.6 can normally work but Pyhon 3.8.13 cannot.
I dont know what reason. Please help me.
The text was updated successfully, but these errors were encountered: