Skip to content

typos.exe triggering Windows AV since version 1.39.0 #1440

@my1e5

Description

@my1e5

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

No one assigned

    Labels

    S-triageStatus: New; needs maintainer attention.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions