opengeos / pygis

A Python package for installing optional dependencies for geemap and leafmap.

Home Page:https://pygis.gishub.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error using Mamba to install Pygis

tariah7 opened this issue · comments

I got this error message while running mamba install -c conda-forge pygis

(geo) C:\Users\victor>mamba install -c conda-forge pygis Traceback (most recent call last): File "C:\Users\victor\miniconda3\envs\geo\Scripts\mamba-script.py", line 6, in <module> from mamba.mamba import main File "C:\Users\victor\miniconda3\envs\geo\lib\site-packages\mamba\mamba.py", line 49, in <module> import libmambapy as api File "C:\Users\victor\miniconda3\envs\geo\lib\site-packages\libmambapy\__init__.py", line 7, in <module> raise e File "C:\Users\victor\miniconda3\envs\geo\lib\site-packages\libmambapy\__init__.py", line 4, in <module> from libmambapy.bindings import * # noqa: F401,F403 ImportError: DLL load failed while importing bindings: The specified procedure could not be found.
Please what could be the reason?

This appears to be an issue with mamba rather than pygis. See mamba-org/mamba#1728