arcgis-python-api icon indicating copy to clipboard operation
arcgis-python-api copied to clipboard

Deep Learning essentials are failing to install in Google colab

Open Daremitsu1 opened this issue 11 months ago • 0 comments

Describe the bug The package deep-learning-essentials is not available from the current channels you've specified (conda-forge and esri).

To Reproduce Steps to reproduce the behavior:

<!conda install deep-learning-essentials>

error:

Channels:
 - esri
 - conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - deep-learning-essentials

Current channels:

  - https://conda.anaconda.org/esri
  - https://conda.anaconda.org/conda-forge

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org/

and use the search bar at the top of the page.

Screenshots image

Expected behavior A clear and concise description of what you expected to happen.

Platform (please complete the following information):

  • OS: [e.g. iOS] Linux
  • Browser [e.g. chrome, safari] chrome
  • Python API Version [e.g. 1.6.2] (you can get this by typing print(arcgis.__version__)2.2.0.3

Additional context

  • Additionally, conda has been installed: !pip install -q condacolab condacolab.install()

  • Visit the Anaconda Cloud website: Anaconda Cloud

Daremitsu1 avatar Mar 11 '24 11:03 Daremitsu1