-
Notifications
You must be signed in to change notification settings - Fork 21
Python 2 builds breaking pybids #36
Comments
Sorry to pester, but does anybody have information on this? We're having to ignore errors in Python2+nightly altogether, in order to have a reliable indicator of other errors, which means upcoming changes in Pandas that only affect Python 2 are going to be completely missed until they're released. |
have u seen: https://travis-ci.org/MacPython/pandas-wheels/builds our nightly builds have been working for quite some time (small hiccup on 32 but for a little) |
I'm not sure what to take away from that. We're still unable to use the package that is produced. See, for example: https://travis-ci.org/bids-standard/pybids/jobs/465013222 |
you have a file named enum.py which is shadowing a built in module - not a great idea |
Running |
then no idea |
From playing around a bit more, it seems to be that Pandas uses It wasn't erroring out in your tests, apparently, because
Testing in bids-standard/pybids#315 to see if this clears up all of the errors. |
hmm interesting can u make an issue on the main pandas repo |
Was just about to submit a PR. Do you prefer to have an issue first? |
what u did is fine thanks |
Just to let you know, some time between Oct 10 and 17, the Python 2 nightly build started producing the following failure in pybids:
As well as a number of similar errors. See, e.g., Travis builds #792.4 or #817.4.
This only occurs with
--pre
builds using the ManyLinux repository. Depending on the exact timing of the builds, it looks like it could have been caused by either of the last two commits: 131a2b7 or 93b492aRelated discussion: bids-standard/pybids#276
The text was updated successfully, but these errors were encountered: