-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ASV py3.6 environment fails to install (numba/numpy conflict) #1439
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
I tried to recreate the same behavior to get the error but my |
And I tried again the default asv.conf, it still had the problem.And the test of benchmarks is upon the conda virtual environment which asv created itself.So I think maybe the problem is still about asv.conf. |
Yep, each dot in the line chart corresponds to the results of a single commit on the pvlib
Yeah, the benchmarks are a bit slow :( it's a few minutes just to benchmark a single commit, so running benchmarks for a long history of commits does take quite a bit of time. Maybe we can improve that. Anyway, this issue seems similar to pvlib/pvlib-benchmarks#1. The linux server we use to run the nightly benchmarks isn't affected by this problem, so maybe the incompatibility is related to the OS. In any case I agree that we should update the configuration file so that the instructions work on a typical PC. While I agree it makes sense to stop benchmarking on python 3.6 eventually, I don't mind keeping it around as long as we're still running the unit tests on 3.6. So maybe for now we should just increase the numba version and leave the python version update for later. |
Thanks! @kanderso-nrel @Naman-Priyadarshi |
Describe the bug
In asv.conf, the virsion of numba is conflictde with the virsion of numpy,so when run this code
asv check
,there is a bug.To Reproduce
Steps to reproduce the behavior:
asv check
Expected behavior
modify the asv.conf
Screenshots

Versions:
pvlib.__version__
:pandas.__version__
:Additional context
And i change the virsion 0.36.1 of numba to the virsion 0.40.0 of numba ,it works.
The text was updated successfully, but these errors were encountered: