Hello all,
I was developing a number of stand-alone Python scripts last couple of days and were working perfectly.
Today, I updated the ArcGIS Pro to the new version (2.8.0) and the scripts do not work anymore. Whenever I try to execute them, I get the following message:
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\__init__.py", line 120, in <module>
import arcpy.sa
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\sa\__init__.py", line 18, in <module>
from .Raster import Raster
ModuleNotFoundError: No module named 'arcpy.sa.Raster'
I navigated to the aforementioned path in order to find the Raster.py file but it was not there.
Could you, please, help me with this?
Thank you in advance.