Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mamba solver sometimes stuck in a loop (when combining defaults + conda-forge) #1044

Closed
wolfv opened this issue Jun 30, 2021 · 1 comment
Closed

Comments

@wolfv
Copy link
Member

wolfv commented Jun 30, 2021

I believe due to the python_abi dependency in conda-forge's python packages libsolv sometimes end up in some sort of loop. For example this environment:

name: geostacks
channels:
  - conda-forge
  - defaults
dependencies:
  # - python
  - boto3
  - cycler
  - cython
  - dask
  - datashader
  - flake8
  - gdal
  - geos
  - h5py
  - intake
  - ipyleaflet
  - ipympl
  - ipywidgets
  - joblib
  - jupyter
  - jupyterlab
  - matplotlib
  - netcdf4
  - numba
  - numpy
  - pandas
  - pillow
  - pip
  - pyproj
  - rasterio
  - scikit-learn
  - scipy
  - seaborn
  - shapely
  - six
  - xarray

Will loop forever.

Uncommenting python at the top will make it resolve to a good environment, though.

Maybe with "more strict" strict channel priority we can alleviate this issue.

@wolfv
Copy link
Member Author

wolfv commented Jul 11, 2021

with the new default behavior, I think this is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants