-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
S-triageStatus: New; needs maintainer attention.Status: New; needs maintainer attention.
Description
Description
I use typos from PyPI. For example, using uv:
$ echo "helo" | uvx --with typos==1.38.1 typos -
error: `helo` should be `hello`
╭▸ -:1:1
│
1 │ helo
╰╴━━━━
But for versions 1.39.0 and later, I get an access denied error whenever/however I try to run it.
$ echo "helo" | uvx --with typos==1.39.0 typos -
error: Failed to install: typos-1.39.0-py3-none-win_amd64.whl (typos==1.39.0)
Caused by: failed to open file `C:\Users\my1e5\AppData\Local\uv\cache\builds-v0\.tmp8gNlmK\Lib\site-packages\typos-1.39.0.data\scripts\typos.exe`: Access is denied. (os error 5)
$ echo "helo" | uvx typos -
error: Failed to install: typos-1.40.0-py3-none-win_amd64.whl (typos==1.40.0)
Caused by: failed to open file `C:\Users\my1e5\AppData\Local\uv\cache\builds-v0\.tmp4wTYBy\Lib\site-packages\typos-1.40.0.data\scripts\typos.exe`: Access is denied. (os error 5)
The only thing I can think of is that maybe my Windows PC anti-virus is flagging the binary? I'm unable right now to turn that off to test this further. But I just wanted to raise this here in case any one else was experiencing this.
Metadata
Metadata
Assignees
Labels
S-triageStatus: New; needs maintainer attention.Status: New; needs maintainer attention.