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

update Miniconda2 to Miniconda3 #62

Closed
jGaboardi opened this issue Mar 19, 2019 · 5 comments
Closed

update Miniconda2 to Miniconda3 #62

jGaboardi opened this issue Mar 19, 2019 · 5 comments

Comments

@jGaboardi
Copy link
Contributor

Failures in Python 3.5 may be remedied by swapping out Miniconda2 for Miniconda3 with building TravisCI test environments.

This was part of the solution for correcting the segmentation fault: code 139 error in pysal/splot that we were seeing.

@jorisvandenbossche
Copy link
Member

I don't think the failures are related to that. Because we create a new environment with a specific python version anyway (with https://github.com/darribas/contextily/blob/master/.travis.yml#L19).

But, that said, it is certainly a good idea to switch to download the Miniconda3 version.

@jGaboardi
Copy link
Contributor Author

@jorisvandenbossche yep, it did not completely fix the issue as it did in splot. Now rasterio seems to causing issues, both with and without - conda config --set channel_priority strict

@jGaboardi
Copy link
Contributor Author

related to #54

@jorisvandenbossche
Copy link
Member

To repeat what I said above: updating to Miniconda3 is a good idea, but it is not related to testing of python 3.7 or not (since we create new environments anyway and don't use the base miniconda install)

@jGaboardi
Copy link
Contributor Author

Miniconda update resolved.

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

No branches or pull requests

2 participants