-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Rasterio fails on import - libgdal.20.dylib Reason: image not found #118
Comments
@lwasser it is a channel mixing problem. Can you do:
Then you can try:
|
hey @ocefpaf . Thank you. i tried the above and am still getting the same issue
I am happy to try something else! |
Not sure whether this is relevant, but the CircleCI OS X build fails with the same error |
We are experiencing an issue of mixed packages from different channels in our own CIs. Trying to fix it. For now you can rely on only |
@ocefpaf i just tested it and it seemed to work. I'm going to rebuild my envts now and will followup with an update. but as far as I can see so far, things are working now. THANK YOU for your work on this. |
Glad it is working. Closing this, please re-open if you are still experiencing problems. |
Issue:
Installing rasterio works but it fails on import.
I've tried:
conda create --yes -n just_rio py>3.6 && conda activate just_rio && conda install -c conda-forge rasterio
Then i try to import rasterio and get
I also noticed that the builds seem to be failing on circle-ci.
Environment (
conda list
):I have tried in my usual environment but also please see above. i tried to JUST Install rasterio via conda and it still failed.
Details about
conda
and system (conda info
):pinging my colleague @mbjoseph as well on this.
The text was updated successfully, but these errors were encountered: