-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Windows CI #23182
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
Windows CI #23182
Changes from 2 commits
f55a827
4097bdc
40dafbd
0c1e34e
a508c2e
7ef69bd
c512f42
b5313f9
29f392c
d4c23f7
0b7dc84
76c4d06
e6fd311
aaa1afc
6af3461
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,18 +6,16 @@ dependencies: | |
- blosc | ||
- bottleneck | ||
- fastparquet | ||
- feather-format | ||
- matplotlib | ||
- numexpr | ||
- numpy=1.14* | ||
- openpyxl=2.5.5 | ||
- pyarrow | ||
- pyarrow=0.9.0 | ||
- pytables | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you try There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
29f392c had a bug ( I think this turned up a real bug that's hitting users / will hit users, depending on how things are compiled. Probably best to fix it. |
||
- python-dateutil | ||
- python=3.6.* | ||
- pytz | ||
- scipy | ||
- thrift=0.10* | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could reproduce #23180 and the first fix I tried (
boost-cpp<1.67
) worked. Pinningpyarrow
is probably not gonna change things, because the offending error happens with0.9.0
anyway.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://repo.continuum.io/pkgs/main/win-64/ has a package for pyarrow 0.9.0. I'm hoping that removing feather-format will keep us in main, not not conda-forge for these packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But, if this fails I'll try pinning to boost-cpp<1.67
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It failed. Trying a boost-cpp pin now.