Hello
,
I upgraded from Arcgis Pro 3.2 to Arcgis Pro 3.3. Since then, I get an error whenever i want to import torch in a notebook (with the deep learning framework from github installed). It did work on 3.2.
I get the following error: OSError: [WinError 126] The specified module was not found. Error loading "C:\Users\m.rachbauer\AppData\Roaming\Python\Python311\site-packages\torch\lib\shm.dll" or one of its dependencies.
I already tried the following, but it did not work:
- Uninstalled Arcgis Pro and the deep learning frameworks completly, then install both again for version 3.3
- Uninstall the torch, torchvision and torchaudio packages and install the packages with different, lower versions
- Installed new Visual C++ Redistributables
These are the packages in my base environment, which do not work as well:

I would be really glad if anyone knows how to solve this! Thanks