FaceMaskDetection icon indicating copy to clipboard operation
FaceMaskDetection copied to clipboard

OSError: WinError 126 - Cant find the specified module

Open sergiodevelop78 opened this issue 5 years ago • 0 comments

Hello, I'm getting this error when I try to run the script:

(face_pytorch0) $ python pytorch_infer.py --img-mode 0 --video-path 0 Traceback (most recent call last): File "pytorch_infer.py", line 11, in from load_model.pytorch_loader import load_pytorch_model, pytorch_inference File "C:\Sergio\Git Proyectos\FaceMaskDetection\load_model\pytorch_loader.py", line 2, in import torch File "c:\Sergio\anaconda3\envs\face_pytorch0\lib\site-packages\torch_init_.py", line 81, in ctypes.CDLL(dll) File "c:\Sergio\anaconda3\envs\face_pytorch0\lib\ctypes_init_.py", line 364, in init self._handle = _dlopen(self._name, mode) OSError: [WinError 126] No se puede encontrar el módulo especificado

English: Can't find the specified module

I'm using Windows 10 64 bits with Conda Environment.

Thank you.

Here's my pip packages on attached file piplist.txt

And here's the conda list

condalist.txt

sergiodevelop78 avatar Jun 16 '20 00:06 sergiodevelop78