Why do I get an error message while loading and generating a file on ArcGIS Toolbox? I have attached a picture of the problem below
- 1Welcome to GIS SE. As a new user, please take the Tour. A well-written Question will describe the software in use, the data being processed , the task, the exact steps taken, and provide the exact error message as text in the body of the Question. This has none of these things, making it difficult to reproduce the error.Vince– Vince2023-06-15 11:35:27 +00:00Commented Jun 15, 2023 at 11:35
- Sounds like "Input DTM" should be a raster and you are inputting a shapefile?Bera– Bera2023-06-15 18:46:37 +00:00Commented Jun 15, 2023 at 18:46
Add a comment |
1 Answer
import arcpy.utils as utils works fine for me on ArcMap 10.8. Sounds like you have a corrupted install.
- 2Hornbydd is probably onto something with the corrupted install. The "Easiest" fix is to simply repair ArcMap from Add/Remove software. Generally issues like this occur when another version of Python was installed on the computer After ArcMap was installed. So ArcMap becomes confused as to what Python it should be using.KHibma– KHibma2023-06-15 11:58:33 +00:00Commented Jun 15, 2023 at 11:58
