Hello --
I am working my way through these ArcGIS API for Python tutorials and hit a snag on this one: https://developers.arcgis.com/python/guide/download-data/
At Step 4, creating a directory for the data and downloading the zip file, I get a permission error.
PermissionError Traceback (most recent call last)
In [11]:
Line 4: data_path.mkdir()
File C:\Users\JeanineF\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\pathlib.py, in mkdir:
Line 1323: self._accessor.mkdir(self, mode)
PermissionError: [WinError 5] Access is denied: 'data'
I've looked around in these directories with a terminal window and I have correct permissions as far as I can tell (I've confirmed with our IT as well).
Is there some conflict here I'm not understanding?
Thanks!