Open trotor opened 6 years ago
This seems to be numpy problem with ag 10.6: C:\tmp>python -m pip install --upgrade numpy Collecting numpy Using cached https://files.pythonhosted.org/packages/1c/98/b03970f7e080bccc1118c5ee0f9168ecc735e6c0e618f7de26d4ec163799/numpy-1.14.3-cp27-none-win32.whl Installing collected packages: numpy Found existing installation: numpy 1.9.3 Cannot uninstall 'numpy'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
1.9.3 is most likely incompatible with sklearn/scipy/scikit-learn
I got response from ESRI finland and they say like it can't be made work on default installation of ArcGis 10.6: http://desktop.arcgis.com/en/arcmap/latest/get-started/installation-guide/python-requirement.htm
It installs numpy 1.9.3 which is too old for experimental tools. On the otherhand I think one could try custom installation and prevent arcgis from installing numpy and then update it by hand. Unfortunately I can't try this path as 10.4.1 is still our main version - you have to rely on someone else to find this out.
Update: This is still valid on 10.6.1 and partially on ArcGis pro
There seems to be somekind of serious installation problem on 10.6 arcgis python vs. scikit-learn, sklearn and scipy