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

Try with hdf5 pin #1188

Merged
merged 3 commits into from
Feb 27, 2023
Merged

Try with hdf5 pin #1188

merged 3 commits into from
Feb 27, 2023

Conversation

hoxbro
Copy link
Member

@hoxbro hoxbro commented Feb 27, 2023

This seems to have been the culprit for the no-solve.

The steps I took to find out this package created the problem.

  1. create an environment:
mamba create -n tmp35 python=3.7 pyctdev -c pyviz/label/dev  -c conda-forge -c nodefaults
mamba activate tmp35
mamba install -y  "param" "pyct" "setuptools" -c pyviz/label/dev  -c conda-forge -c nodefaults
  1. Trying to run the same code as the CI, wich gave the no solve.
mamba install   "colorcet" "dask-core" "datashape" "numba >=0.51" "numpy" "pandas" "param" "pillow" "pyct" "requests" "scipy" "toolz" "xarray" "codecov" "fastparquet" "flake8" "nbconvert" "nbformat" "nbsmoke >0.5" "netcdf4" "pyarrow <11" "pytest" "pytest-benchmark" "pytest-cov" "rasterio" "rioxarray" "spatialpandas" "bokeh <3.0" "geopandas" "holoviews" "matplotlib" "scikit-image" "spatialpandas"  -c pyviz/label/dev  -c conda-forge -c nodefaults --dry-run --offline
  1. I removed all the geo-related packages, which could solve.
mamba install   "colorcet" "dask-core" "datashape" "numba >=0.51" "numpy" "pandas" "param" "pillow" "pyct" "requests" "scipy" "toolz" "xarray" "codecov" "fastparquet" "flake8" "nbconvert" "nbformat" "nbsmoke >0.5" "netcdf4" "pyarrow <11" "pytest" "pytest-benchmark" "pytest-cov" "bokeh <3.0" "holoviews" "matplotlib" "scikit-image"   -c pyviz/label/dev  -c conda-forge -c nodefaults
  1. Installed the geo-packages, which could solve, but gave these downgrades:
     Screenshot 2023-02-27 10 11 43

  2. I Tried to pin the downgrades one at a time and saw that hdf5 was a problem.

@ianthomas23 ianthomas23 mentioned this pull request Feb 27, 2023
@ianthomas23
Copy link
Member

Thanks @hoxbro, this is great!

@ianthomas23 ianthomas23 merged commit aed1760 into holoviz:main Feb 27, 2023
@hoxbro hoxbro deleted the try_solve branch February 27, 2023 12:43
@ianthomas23 ianthomas23 added this to the v0.14.5 milestone Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants