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

Error: No module named textgrid_convert #50

Closed krolickik closed 1 year ago

krolickik commented 1 year ago

Hi! I tried installing textgrid_convert on MacOS and Windows 11 and while the installation seems to run fine, I always get the message that the module doesn't exist. Could you suggest any solution to that?

I've seen the closed issue which looks the same and I tried running the same commands but it doesn't help.

patrickschu commented 1 year ago

Thanks @krolickik - I can replicate this on my end, and looking into it. Sorry about any inconveniences!

3.10.9

virtualenv issue50env
source issue50env/bin/activate
pip install textgrid-convert
python -c "import textgrid_convert"

Maybe related to #49

patrickschu commented 1 year ago

Hi @krolickik I pushed a new version (1.0.0) to pypi, so reinstalling from there or pulling the latest master from Github should resolve the issue. Everything works on my end, let me know if not for you.

Thanks for filing the ticket!

Screen Shot 2023-09-24 at 9 10 39 PM Screen Shot 2023-09-24 at 9 11 47 PM