Conda install -c esri arcgis not working !
See original GitHub issueDescribe the bug I can’t install Arcgis API with anaconda distribution. I insert at Anaconda Prompt in a new enviroment conda install -c esri arcgis My virtual env called ArcGIS_API and I have not installed any other packages.
error:
Note that strict channel priority may have removed packages required for satisfiability.
Screenshots
Expected behavior I was expexted the installation of ArcGIS API.
Platform (please complete the following information):
- OS: Windows 11
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Install and set up | ArcGIS API for Python
Navigate to Start Menu > All Programs > ArcGIS > Python Command Prompt · Enter the following at the prompt: conda install -c...
Read more >ArcGIS Pro conda.exe broken - Esri Community
It seems that the conda used by my ArcGIS Pro 2.6.1 install is completely broken. I have tried completely uninstalling and re-installing ......
Read more >Problems with ArcGIS Pro package installer / conda
Hello all, Some time after upgrading to Arc Pro 2.7 (now on 2.7.2) I lost the ability to install anything via the python...
Read more >Solved: ArcPro 2.8 and arcpy install errors - Esri Community
Solved: I'm running ArcPro 2.8 and trying to install arcpy into a separate ... conda install arcpy -c esri ... conda install -c...
Read more >Arcpy Conda Installation Crashed with Standalone Environment
The problem can be solved by installing jinja2 separately before arcpy with a downgraded version, e.g: jinja2 3.0.3 which is shipped with ArcGIS...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Interesting, I have not run into this before. I had to google a bit and it seems that this has to do with a system path error or a temp folder not being able to be deleted properly. Pretty much it is: “you have made an error in a place where the error is hidden from you”
Here are some other people who have had this issue in other scenarios, maybe one of these can help you find what to do: https://github.com/Belval/pdf2image/issues/151
I would also recommend trying to do an
import arcgis
in your command prompt python and also in an IDE to see if it is specific to Jupyter Notebooks.Hope that can help!
Great closing this issue since we can’t do much more but feel free to comment again if needed! 😃