-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: ASV Benchmarks failing to build #34677
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
What command are you running to build them? |
And then I get a bunch of errors like
My conda environment uses Python 3.8, which is why I thought maybe its connected to #34666 |
@matteosantama can you build pandas itself in your development environment (outside of the asv env)? |
Yes, which makes it all the more confusing |
It really doesn't like this line, which appears in 7 different files.
My guess is that for some reason the condition Lot of guesses here, so not sure if I'm even on the right track. |
Can you check if you get the same problem or not when you change the asv config to use 3.7 or 3.8? |
(that's a config that we should update at some point anyway) |
Changing to 3.7 fixed it for me |
I can make a PR if you think it's as simple as changing that line, unless you think there might be other ramifications you want to explore. |
I think a change like that is welcome (but I would directly take 3.8, to not have to change this too often). But, regardless of updating that, we still need to figure out why it is failing in a py3.6 environment, as we still support that. |
ASV benchmarks fail to build on master. Could this be related to #34666?
error: command 'gcc' failed with exit status 1
Anyone else having this issue?
The text was updated successfully, but these errors were encountered: