patrickschu / textgrid-convert

textgrid-convert converts audio transcripts such as sbv or srt files to Praat and DARLA compatible TextGrids.
9 stars 1 forks source link

No module named textgrid_convert #52

Open praat-enthusiast opened 11 months ago

praat-enthusiast commented 11 months ago

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.

patrickschu commented 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.

python -m build

-Get both source and wheel on Pypi