Skip to content
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

Test if has any conflicts with matplotlib and basemap #161

Closed
wants to merge 1 commit into from

Conversation

seisman
Copy link
Member

@seisman seisman commented Apr 14, 2018

Fixes #66

@leouieda
Copy link
Member

@seisman thanks for this! I think the failure is because the install is mixing packages from the default and conda-forge channels. Matplotlib is already being installed because we use it for testing. The easiest solution is to just add basemap to the requirements.txt file instead of creating a separate build just for this.

@seisman
Copy link
Member Author

seisman commented Apr 19, 2018

Didn't know that there are some incompatibility between the default channel and conda-forge channel.
I'll close this PR and open a new one.

@seisman seisman closed this Apr 19, 2018
@seisman seisman deleted the issue-66 branch April 19, 2018 07:07
@leouieda
Copy link
Member

Yeah, that's one of the tricky parts about using conda and the reason why I included the conda env part in the install instructions. See https://conda-forge.org/docs/conda-forge_gotchas.html#using-multiple-channels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants