Skip to content
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

BUG: Can't be used on Windows #3

Closed
HaoZeke opened this issue Jun 11, 2023 · 0 comments
Closed

BUG: Can't be used on Windows #3

HaoZeke opened this issue Jun 11, 2023 · 0 comments

Comments

@HaoZeke
Copy link
Member

HaoZeke commented Jun 11, 2023

Apart from CI failures for asv:

Successfully built asv
Installing collected packages: asv-runner, asv
ERROR: For req: asv-runner. The wheel 'C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\pip-unpack-mbw5j90_\\asv_runner-0.0.3-py3-none-any.whl' has a file 'C:\\Miniconda3-x64\\Lib\\site-packages\\asv_runner\\aux.py' trying to install outside the target directory 'C:\\Miniconda3-x64\\Lib\\site-packages'
Command exited with code 1

Trying to check the repo out locally fails with:

PS C:tmp> gh repo clone asv_runner
Cloning into 'asv_runner'...
remote: Enumerating objects: 130, done.
remote: Counting objects: 100% (130/130), done.
remote: Compressing objects: 100% (74/74), done.
remote: Total 130 (delta 63), reused 113 (delta 46), pack-reused 0
Receiving objects: 100% (130/130), 60.48 KiB | 529.00 KiB/s, done.
Resolving deltas: 100% (63/63), done.
error: invalid path 'asv_runner/aux.py'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/

This is likely because aux is a reserved keyword on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant