maigret icon indicating copy to clipboard operation
maigret copied to clipboard

Does not install with uv tool

Open mooh-pooh opened this issue 9 months ago • 2 comments

uv tool install maigret

Resolved 66 packages in 16.65s Built stem==1.8.0 Built xhtml2pdf==0.2.5 Built pypdf2==1.26.0 Built torrequest==0.1.0 Built bs4==0.0.1 x Failed to build arabic-reshaper==2.1.1 |-> The build backend returned an error -> Call to setuptools.build_meta:legacy.build_wheel` failed (exit code: 1)

  [stderr]
  C:\Users\user\AppData\Local\uv\cache\builds-v0\.tmpSuYelZ\Lib\site-packages\setuptools\_distutils\dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
    warnings.warn(msg)
  error in arabic_reshaper setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.

  hint: This usually indicates a problem with the package or the build environment.

help: arabic-reshaper (v2.1.1) was included because maigret (v0.3.1) depends on arabic-reshaper

mooh-pooh avatar Mar 16 '25 21:03 mooh-pooh

Try uv tool install git+https://github.com/soxoj/maigret.git

tobbber avatar Mar 29 '25 11:03 tobbber

Works fine, thanks!

mooh-pooh avatar Mar 31 '25 23:03 mooh-pooh

The installation issue should now be fixed — I've finally published the next version to PyPi. Please, check! 🙏 Thank you for your patience!

soxoj avatar Aug 10 '25 11:08 soxoj

Works perfect, thanks!

mooh-pooh avatar Aug 10 '25 12:08 mooh-pooh