Open praat-enthusiast opened 11 months ago
Can reproduce when installing from PyPi, but not with local install.
Note that with with pip, setting --no-binary :all:
, outdated version 4.9 is installed. Setting --only-binary :all:
or --prefer-binary
gives the current version 1.0. Neither works to import.
pip -e
but not from PyPi
-- 0.4.1 is the last working verson PyPi, 0.4.2 is broken. python -m build
-Get both source and wheel on Pypi
Thanks for putting this together - Looks really useful.
Unfortunately I'm still running into an error that seems very similar to Issue #49 and Issue #50 : No module named textgrid_convert.
I'm on Windows 10 and am attempting to run latest version (1.0.0), installed via pip with no apparent issues.