-
Notifications
You must be signed in to change notification settings - Fork 184
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
"Failed to build the project and import the benchmark suite" with no apparent errors in output #1453
Comments
Can you provide more details for reproducibility? Crucially, the repo (if it is open source) and also if the command used to install the project normally works outside ASV. |
I'm seeing the same problem, and another user reported the same. glotzerlab/signac#1017 (comment)
Here is a more extensive reproducer with an older Python version (3.10 instead of 3.12): git clone https://github.com/glotzerlab/signac
cd signac
conda create -n py310 python=3.10
conda activate py310
pip install -e .
pip install asv
asv run Output:
I don't think the |
Update: I saw #1416 (comment) and found that using |
Following https://asv.readthedocs.io/en/latest/asv.conf.json.html#build-command-install-command-uninstall-command, I fixed this by replacing |
Thanks for the help @HaoZeke and @hchau630! I'm a little surprised that the default command would change significantly in a patch release. I have filed a PR to try and fix signac. glotzerlab/signac#1021 I am now able to run benchmarks with |
I was trying out
asv
with my project but failed to get it event to run getting this outputwhen running in verbose mode I'm getting this:
with still no apparent errors, this includes the previous steps omitted from the output shown above. What would be the next step to track down the issue?
The text was updated successfully, but these errors were encountered: