Skip to content

Having trouble loading raster data into flopy #1501

Answered by mwtoews
AH-CSM asked this question in Q&A
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

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