-
Notifications
You must be signed in to change notification settings - Fork 125
Travis build fails for Conda package #189
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
Comments
Do other libraries face this? I've been off the |
I think the root cause is that the I think the solution is to create a |
I saw you did some work on airflow - do you know how they handle it? TBH this is the most unfamiliar area for me (I don't use conda). But happy to jump in if you're taking a pause from your recent heavy contribs! |
As I understand it, Airflow doesn't use Conda on CI. (I also doesn't test the GCP operators on CI 😭.) |
It'll probably be next week Friday before I get a good chunk of time to do pandas-gbq stuff if you wanted to take a stab at it. |
😱 Looks like some people are working on it here: conda-forge/airflow-feedstock#15 |
With CircleCI and the miniconda3 container, the packages are installing okay (that was the problem on Travis). Strangely, the pandas DataFrame is getting
See: https://circleci.com/gh/tswast/pandas-gbq/11 I wonder if that is an issue for pandas 0.23.4 in general? It would be a surprising change of behavior if so. |
Fixed by #234 |
See: https://travis-ci.org/pydata/pandas-gbq/jobs/392794382
Per https://github.com/conda-forge/staged-recipes/wiki/Namespace-packages, I think we'll probably need to create some empty
google-namespace
andgoogle-cloud-namespace
Conda packages.Applying my previous fix of locking the miniconda version didn't work this time. (#187)
The text was updated successfully, but these errors were encountered: