registrant icon indicating copy to clipboard operation
registrant copied to clipboard

Error during install and Reporter unexpected keyword argument 'border'

Open app-EL opened this issue 6 years ago • 1 comments
trafficstars

ArcGIS 10.6.1 Py 2.7.14 install issues and reporter error. Setup.py installs completely until numpy-1.16.2\numpy\core\setup.py. Presents Error 32. The process cannot access the file because it is being used by another process. Attempted several times and after reboot.

Upon run attempt receive 4 traceback errors shown in attached screencap.

registrant reporter error

app-EL avatar Mar 07 '19 23:03 app-EL

Hi @ErikHiCoGIS, thanks for posting the issue. This error is because you have pandas version that is lower than 0.20.1 required. The border argument was added in later versions. Try running pd.version upon import to verify this. Can you import numpy? pandas relies on numpy so it's worth checking as well.

AlexArcPy avatar Mar 08 '19 18:03 AlexArcPy