-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ASV Bug ? After commit 009c4c62. #47023
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
Note that I discovered this while completing #46759 |
Can you attach the full log with the compiler error? |
Sure. It seems (but maybe I'm mistaken?) to be related to some permission issue while reading the dependencies for the json lib. What I do not understand is that this issue suddenly appears at this commit, but the previous one works fine. EDIT: do you know where asv actually stores the built files ? I cant find it any of them in the |
The lines responsible for building pandas can be found here. pandas/asv_bench/asv.conf.json Lines 128 to 130 in a160caf
You could try running a python setup.py clean beforehand. However, this looks like #30873, where there is a race condition in writing the np_datetime.c. I think you can try to change build_ext to -j1 in the asv conf.json. (P.S. asv stores the conda environment under the asv_bench/env folder). |
Thanks for the feedback ! Indeed using |
Uh oh!
There was an error while loading. Please reload this page.
It seems that commit 009c4c6 (fix in the
to_json
function) introduced some compilation problem on windows, that ASV does not like. Note that manual compilation seems to still work fine, so this is maybe related to the ASV config ?The text was updated successfully, but these errors were encountered: