conda-forge / rasterio-feedstock

A conda-smithy repository for rasterio.
BSD 3-Clause "New" or "Revised" License
42 stars 22 forks source link

Compatibility problems of rasterio with Python 3.8 #170

Closed BMP-TUD closed 3 years ago

BMP-TUD commented 3 years ago

Issue: The rasterio package is not compatible with Python 3.8. If I want to it install it via conda-forge I get the following messages:

conda install rasterio
Collecting package metadata (current_repodata.json): ...working... done
Note: you may need to restart the kernel to use updated packages.
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.

Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... 
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

Building graph of deps:   0%|          | 0/309 [00:00<?, ?it/s]
Examining libxml2:   0%|          | 0/309 [00:00<?, ?it/s]     
Examining liblief:   0%|          | 

This is just the beginning of a very long list. Do You know a way to make it work? Thank you in advance.

Greetings Bartosz

ocefpaf commented 3 years ago

I'm closing this because we don't have the information to debug it. Please reopen and fill out the template with the required info.