Travis build fails for Conda package
See original GitHub issueSee: 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 and google-cloud-namespace Conda packages.
Applying my previous fix of locking the miniconda version didn’t work this time. (https://github.com/pydata/pandas-gbq/pull/187)
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
conda build errors on travis · Issue #254 · etal/cnvkit - GitHub
There seems to be some problems installing cnvkit using conda. It just hangs indefinitely. [micknudsen@work:~]$ conda create -n test cnvkit ...
Read more >Travis CI suddenly fails: conda command not found
I've never had a problem with my conda environment in my travis-ci build, but it's suddenly started failing. Here's my script
Read more >Common Build Problems - Travis CI Docs
If your build is failing due to unexpected segmentation faults in the language interpreter, this may be caused by corrupt or invalid caches...
Read more >[#ARROW-4373] [Packaging] Travis fails to deploy conda packages ...
[Packaging] Travis fails to deploy conda packages on OSX. Status: Assignee: Priority: Resolution: Resolved. Krisztian Szucs.
Read more >Using conda with Travis CI
If you are already using Travis CI, using conda is a preferable alternative ... This page describes how to use conda to test...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Fixed by https://github.com/pydata/pandas-gbq/pull/234
With CircleCI and the miniconda3 container, the packages are installing okay (that was the problem on Travis). Strangely, the pandas DataFrame is getting
Nones instead offloat.nans for NULL floating point values.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.