-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create a conda/python environment to run this code in #1
Comments
First attempt!
To add the environment to jupyter notebooks, run So far, so good. But
But this would uninstall rasterio. When trying anyway, I got “An unexpected error has occurred.” Issues along the way
Result:
|
Attempt 2: Install from YMLEthan added a YML file for the project which he exported from his anaconda
Install Issues
Running IssuesWith the environment installed, I tried running the workflow example. ImportError for Poppler
Searched for libpoppler Found similar version Linked the similar version: pending testing once other errors are gone ImportError for Kea
Linked similar library: Got a new error:
— odd, because the installed version is newer than what’s required.. I couldn't really make much sense of this so I'll come back to it later. Back to InstallingI cycled back to trying to fix things by installs of specific versions. Yet another error…
The comments also talk about how the default channel’s gdal may work better. |
Attempt 3: Using IOOSSomeone recommended using the IOOS versions of geography libraries in a Continuum IO issue, so I went ahead and tried that:
And again, the dreaded
Tried And got the other dreaded
|
Ok, I believe I have a reasonable solution. conda-forge appears to be caught up with reasonable versions now. Note this is with anaconda 5.3.0, and requires a .condarc with conda-forge PRECEEDING defaults (the first line below this ensures this is the case.
Updating the README now |
The tutorial is for complete installs. To keep things nicely separated, I'm trying to build a conda environment for the project.
It's been a couple of attempts and I figure it makes more sense to track the progress in an issue right with the code, rather than completely separately. I'll document my progress here, starting by pasting the documentation I have of my attempts so far.
The text was updated successfully, but these errors were encountered: