The snippet of code below has been running well for a while but I noticed that when I updated to Pro 3.2.1 it is no longer working. I can't tell at what version it stopped working because I have not run it in a while but it was definitely working at Pro 3.0.
I ran the code below in notebooks to test and confirmed that the Geoaccessor module is indeed missing. How do I add this module back and is there a reason as to why it's missing in Pro 3.2?
for x in arcgis.features.__dict__.keys():
print(x)
The above code returned
__name__
__doc__
__package__
__loader__
__spec__
__path__
__file__
__cached__
__builtins__
geo
feature
Feature
FeatureSet
FeatureCollection
_async
managers
layer
FeatureLayer
Table
FeatureLayerCollection
_parcel
ParcelFabricManager
_trace_configuration
_utility
UtilityNetworkManager
_version
_validation
ValidationManager
TraceConfiguration
analyze_patterns
enrich_data
find_locations
manage_data
summarize_data
use_proximity
analysis
elevation
hydrology
__all__
How do I add this module back and is there a reason as to why it's missing in Pro 3.2?
@Clubdebambos @PeterKnoop @EarlMedina @ChristopherCounsell @DanPatterson
Solved! Go to Solution.
@DanPatterson For some reason I am unable to clone. Does it require administrative rights? I don't have admin access to the machine that I am utilizing.
arcpy is locate in this path
C:\... your arcgis pro folder .... \Resources\ArcPy
the arcgis module is located in...
C:\... your arcgis pro folder .... \bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis
If you don't have admin rights you may not be allowed to do a lot of things. contact the people that restrict you