-
Notifications
You must be signed in to change notification settings - Fork 180
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
QUERY: No warnings for change to main
(asv 0.6.2 fails to install package for no discernable reason)
#1389
Comments
This is because the default |
main
(asv 0.6.2 fails to install package for no discernable reason)
main
(asv 0.6.2 fails to install package for no discernable reason)main
(asv 0.6.2 fails to install package for no discernable reason)
Do you mean via the |
@HaoZeke I'm still having this problem with asv 0.6.3. I tried the following:
However, this fails with "Failed to build the project and import the benchmark suite." and no details as to what actually went wrong. Looking at the logs generated with |
I'm seeing a similarly mysterious error for https://github.com/xarray-contrib/flox Running with
I don't really understand why there is a |
I get an error that seems similar to the one you are seeing @jwodder. Adding Line 813 in 8877eff
wheel_file substitution in the install_command fails.
To debug, it helps a lot to add a Line 211 in 8877eff
|
In my particular case, there was an extra wheel from a dependency being collected. Setting |
@saraedum that works for me too! |
I'm not really sure there's much to do here, these are valid fixes, but all at the user/downstream project level related to installations which are due to a default being changed. Closing for now. |
Attempting to benchmark our project with asv 0.6.2 fails to install the project into the virtualenv, and no message is given as to why. The output from a run of
asv run --show-stderr --verbose HEAD^1..HEAD
can be found at https://gist.github.com/jwodder/16c46681ed639b6c3dc7d0762d0a98c5. Note that the output ends with:(
dummy
is the name of the branch I was testing on.)If asv 0.6.1 is used instead, everything is successful.
The text was updated successfully, but these errors were encountered: