Skip to content
Discussion options

You must be logged in to vote

Make sure you install rasterio to the correct conda environment. You can check the environment from your Python console with:

import sys
print(sys.exec_prefix)

and check to see if it's the same as the console where you typed (e.g.) conda install rasterio with:

python -c "import sys; print(sys.exec_prefix)"

if it's different, then you need to activate the correct environment to install it for use.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@AH-CSM
Comment options

@jlarsen-usgs
Comment options

@mwtoews
Comment options

mwtoews Aug 16, 2022
Collaborator

Comment options

You must be logged in to vote
0 replies
Answer selected by AH-CSM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants