thinkst / zippy

Detect AI-generated text [relatively] quickly via compression ratios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Zippy won't run on Windows

tlansec opened this issue · comments

Describe the bug
Running on Windows 11 Python 3.10.9 the ai-generated.txt file cannot be read and the program crashes.

To Reproduce

image

Expected behavior
Either the README should specify the environment in which the tool works (perhaps a linux host is required) or the read of ai-generated.txt should be fixed to ignore these chars or process them differently.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Thank you for pointing this out, I'm so used to using WSL that I never tried it on native Windows.

Fixed in 9954e24 and now runs on my Windows 11 system running Python 3.10.11