quadrismegistus / prosodic

Prosodic: a metrical-phonological parser, written in Python. For English and Finnish, with flexible language support.
http://quadrismegistus.github.io/prosodic/
GNU General Public License v3.0
277 stars 43 forks source link

Can't install, prosodic/tagged_samples is missing #23

Closed polm closed 3 years ago

polm commented 3 years ago

I'm on Arch Linux using Python 3.9 and can't install prosodic. I get an error that prosodic/tagged_samples is missing while the wheel is being built.

Maybe it needs to be added to MANIFEST.in?

At first I thought this might be related to #20, but the levenshtein package installs without issue for me.

quadrismegistus commented 3 years ago

Ok, I've played around with pypi and I think it should be working now?

pip install -U prosodic

should install 1.3.12 (or higher), which should be able to copy both tagged_samples and corpora now?

cc @tnhaider

polm commented 3 years ago

It worked, thanks!