-
Collecting rasterio
|
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Jan 18, 2024
Replies: 1 comment
-
Try using mamba rather than pip to install rasterio. conda create -n geo python=3.11
conda activate geo
conda install -c conda-forge mamba
mamba install -c conda-forge rasterio |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try using mamba rather than pip to install rasterio.