Skip to content

CI: Unpin 3.7.3 pins #27867

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

Closed
TomAugspurger opened this issue Aug 12, 2019 · 6 comments
Closed

CI: Unpin 3.7.3 pins #27867

TomAugspurger opened this issue Aug 12, 2019 · 6 comments
Labels
CI Continuous Integration
Milestone

Comments

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Aug 12, 2019

Seen in at least two builds: https://travis-ci.org/pandas-dev/pandas/jobs/570645656

$ ci/run_tests.sh
2333pytest -m "single and (not slow and not network)" -n 1 -s --strict --durations=10 --junitxml=test-data-single.xml pandas
2334ImportError while loading conftest '/home/travis/build/pandas-dev/pandas/pandas/conftest.py'.
2335pandas/__init__.py:38: in <module>
2336    "the C extensions first.".format(module)
2337E   ImportError: C extension: No module named 'pandas._libs.tslibs.conversion' not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.
2338The command "ci/run_tests.sh" exited with 4.
2339

Fixing in #27868

Leaving this open to revert.

@TomAugspurger

This comment has been minimized.

@TomAugspurger

This comment has been minimized.

@TomAugspurger

This comment has been minimized.

@TomAugspurger
Copy link
Contributor Author

Note: this is maybe caused by Python 3.7.4 being released on conda.

@TomAugspurger
Copy link
Contributor Author

Maybe related: ContinuumIO/anaconda-issues#11195

@TomAugspurger TomAugspurger changed the title CI: Failing to compile for Travis 3.7 build CI: Unpin 3.7 pins Aug 12, 2019
@TomAugspurger TomAugspurger changed the title CI: Unpin 3.7 pins CI: Unpin 3.7.3 pins Aug 12, 2019
@TomAugspurger TomAugspurger added this to the 0.25.1 milestone Aug 12, 2019
@TomAugspurger TomAugspurger added the CI Continuous Integration label Aug 12, 2019
@TomAugspurger
Copy link
Contributor Author

This is resolved.

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

No branches or pull requests

1 participant