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:
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
Solved! Go to Solution.
Update:
Same as before, I followed the instructions on the GitHub Page (Uninstall Framework -> Uninstall ArcGIS -> Delete some Folder -> Install ArcGIS -> Install Framework) and now it seems to work.
I guess there was a problem with the previous framework version that got fixed.
Same issue here--installed 3.3 with the deep learning option enabled. Went to use the deep learning classification tools and hit this error. Had been able to run deep learning classifications before this upgrade. Cant do a full uninstall/reinstall so starting off by trying a conda update --all
Disclaimer: I'm have not used the Deep Learning Framework/tools. Whew.
So here's what I've learned - for each new release of ArcGIS Pro, you must install specific versions of deep learning libraries as described here: Install deep learning frameworks for ArcGIS—ArcGIS Pro | Documentation
On this GitHub site are the Deep Learning Libraries Installer for ArcGIS Pro 3.3 - GitHub - Esri/deep-learning-frameworks: Installation support for Deep Learning Frameworks for the Ar...
I'd recommend uninstalling any older version of these deep learning frameworks and installing the "new" ones for ArcGIS Pro 3.3. What is the result?
Hey Robert,
I tried your approach, where i uninstalled the older version of the deep learning framework and then installed the newest one. However, it did not solve the problem 😞
Update:
Same as before, I followed the instructions on the GitHub Page (Uninstall Framework -> Uninstall ArcGIS -> Delete some Folder -> Install ArcGIS -> Install Framework) and now it seems to work.
I guess there was a problem with the previous framework version that got fixed.