I am trying to work through this tutorial and got to the part where deeplearning tools had to be installed into a new environment via the python command prompt. However, the command prompt immediately closes again.
I reinstalled ArcGISPro (2.5) multiple times but had no luck. Running the proenv.bat in ArcGIS/Pro/bin/Python/Scripts as administrator (as suggested elsewhere) did not help. Sadly the window closes so quickly that I cannot read what it said.
I played around with some other ways of installing the tools into a new environment, but given that I know next to nothing about python it seemed to be of little help.
I figured that something during the installation didn't work out properly and I tried to see whether default environment was working ok following instructions here:
from arcgis.gis import GISmy_gis = GIS()m = my_gis.map()m
Which worked fine and displayed the map as expected.
Any suggestions on what to try next?