Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BUG: fix spin bench not running on Windows #26319

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

Merged
merged 1 commit into from
Apr 20, 2024
Merged

Conversation

pijyoi
Copy link
Contributor

@pijyoi pijyoi commented Apr 20, 2024

Attempting to run spin bench on Windows platform fails with the following message:
Error: [WinError 2] The system cannot find the file specified; aborting.

The issue was the usage of Unix path separator in PATH.

However, even on Unix, EXTRA_PATH was erroneously not being expanded in the fstring.

@mattip mattip merged commit 552fdd4 into numpy:main Apr 20, 2024
@mattip
Copy link
Member

mattip commented Apr 20, 2024

Thanks @pijyoi

@pijyoi pijyoi deleted the fix-asv-win32 branch April 21, 2024 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants