Я пытался найти похожие ошибки, но не нашел. Ниже приведен журнал процесса для моей программы
C:\Windows\System32\locale.nls
C:\Windows\Globalization\Sorting\SortDefault.nls
C:\Windows\System32\en-US\KernelBase.dll.mui
C:\Windows\System32\en-US\kernel32.dll.mui
C:\Users\sr20092663\Anaconda3\python.exe
C:\Users\sr20092663\Anaconda3\python37.dll
C:\Users\sr20092663\Anaconda3\DLLs\_lzma.pyd
C:\Users\sr20092663\Anaconda3\Lib\site-packages\psutil\_psutil_windows.cp37-win_amd64.pyd
C:\Users\sr20092663\Anaconda3\DLLs\_bz2.pyd
C:\Users\sr20092663\Anaconda3\DLLs\_socket.pyd
C:\Users\sr20092663\Anaconda3\DLLs\select.pyd
C:\Users\sr20092663\Anaconda3\vcruntime140.dll
C:\Windows\System32\version.dll
C:\Windows\System32\pdh.dll
C:\Users\sr20092663\Anaconda3\python3.dll
C:\Windows\System32\wtsapi32.dll
C:\Windows\System32\rsaenh.dll
C:\Windows\System32\winsta.dll
C:\Windows\System32\IPHLPAPI.DLL
C:\Windows\System32\cryptbase.dll
C:\Windows\System32\umpdc.dll
C:\Windows\System32\kernel.appcore.dll
C:\Windows\System32\powrprof.dll
C:\Windows\System32\profapi.dll
C:\Windows\System32\KernelBase.dll
C:\Windows\System32\msvcp_win.dll
C:\Windows\System32\gdi32full.dll
C:\Windows\System32\cfgmgr32.dll
C:\Windows\System32\win32u.dll
C:\Windows\System32\ucrtbase.dll
C:\Windows\System32\windows.storage.dll
C:\Windows\System32\cryptsp.dll
C:\Windows\System32\bcrypt.dll
C:\Windows\System32\bcryptprimitives.dll
C:\Windows\System32\SHCore.dll
C:\Windows\System32\imm32.dll
C:\Windows\System32\psapi.dll
C:\Windows\System32\msvcrt.dll
C:\Windows\System32\kernel32.dll
C:\Windows\System32\rpcrt4.dll
C:\Windows\System32\combase.dll
C:\Windows\System32\ws2_32.dll
C:\Windows\System32\shell32.dll
C:\Windows\System32\sechost.dll
C:\Windows\System32\user32.dll
C:\Windows\System32\advapi32.dll
C:\Windows\System32\gdi32.dll
C:\Windows\System32\shlwapi.dll
C:\Windows\System32\ntdll.dll
Traceback (most recent call last):
File "Bert.py", line 15, in <module>
from torch.utils.data import RandomSampler
File "C:\Users\sr20092663\Anaconda3\lib\site-packages\torch\__init__.py", line 81, in <module>
ctypes.CDLL(dll)
File "C:\Users\sr20092663\Anaconda3\lib\ctypes\__init__.py", line 364, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
Я работаю над кодом BERT ... получил эту ошибку при импорте Torch, а также получил такую же ошибку при импорте BertConfig, BertForSequenceClassification, BertTokenizer. Моя Python версия - 3.7.6 torch = 0.6.0