(arcgispro-py3) C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Scripts> conda create --name icepyx-env --channel conda-forge icepyx’
Hi @GISUser7, welcome to the forum! Not sure why it’s hanging for such a long time, but if you are attempting to install icepyx
through ArcGIS, maybe try out using the pip
installer instead as mentioned in Installation — icepyx documentation?
pip install icepyx
Alternatively, if you want to continue using the conda
installer, use the command below which enables verbose debugging output (-vv
), then copy & paste what you see.
conda create --name icepyx-env --channel conda-forge icepyx -vv
Thank you so much! Sorry for the delay in getting back to you. I wanted to make sure everything was working. I may have more questions in the future but it looks like the installation worked. I did have to install Anaconda 3 and then I ran conda create --name icepyx-env --channel conda-forge icepyx -vv and it installed without issue. Thanks again! Joe
Oh - I forgot to mention that for some reason it took 3 uninstall/reinstalls of Anaconda 3 to get it to work. Not sure why as I just repeated the same procedure until it worked.