question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Conda install -c esri arcgis not working !

See original GitHub issue

Describe 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 image

Expected behavior I was expexted the installation of ArcGIS API.

Platform (please complete the following information):

  • OS: Windows 11

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
nanaeaubrycommented, Aug 26, 2022

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!

0reactions
nanaeaubrycommented, Aug 26, 2022

Great closing this issue since we can’t do much more but feel free to comment again if needed! 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found