Having PyScripter 4.0.0.6 x64
installed with ArcGIS Pro 2.5
I have set the
I have add/set the arcgispro-py3-clone
to Python Path like below
but I am still getting this error message
Traceback (most recent call last):
File "<module1>", line 12, in <module>
ModuleNotFoundError: No module named 'arcpy'
when trying to import arcpy
I also noticed that after re-opening the Python Path
the order list of file path backed to default and not seeing the arcgispro-py3-clone
C:\Users\somebody\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone
in the path list anymore!
What is happening here and how I can fix this?
-
Does this post help? gis.stackexchange.com/questions/277351/…GBG– GBG2021年05月13日 20:55:57 +00:00Commented May 13, 2021 at 20:55
1 Answer 1
Click the Python icon (probably third from the right) enter image description here
Click Add New Python Version enter image description here
Navigate to and add your arcgispro-py3-clone folder. Double click on the Conda under Unregistered Versions enter image description here
Your PyScripter may look different but same process.
Explore related questions
See similar questions with these tags.