installation failure

18 views
Skip to first unread message

khang huynh

unread,
Oct 7, 2025, 5:59:02 AM (12 days ago) Oct 7
to Parselmouth
Hey guys, I am trying to use pip install praat-parselmouth on py 3.11.2
however, i can see it installed the dist-info only but not the actual package. Any ideas on how I can fix this? I tried both on my mac and windows pc. Same problem

yannick...@gmail.com

unread,
Oct 7, 2025, 6:04:34 AM (12 days ago) Oct 7
to Parselmouth
Hi Khang

I'll need to get some more information to figure out what's going on. What did you run, what is the output? Is the module not loading in Python?

There shouldn't be a `parselmouth` folder, by the way. Because of the way the package is organized, there's only a `parselmouth.cpython-310-x86_64-linux-gnu.so` (or similarly named, on mac and Windows) shared library.

Cheers
Yannick

khang huynh

unread,
Oct 7, 2025, 6:09:25 AM (12 days ago) Oct 7
to Parselmouth
Hi, i ran python -m pip install praat-parselmouth
and here is the output: 
Using cached praat_parselmouth-0.4.6-cp312-cp312-win_amd64.whl.metadata (3.0 kB)
Requirement already satisfied: numpy>=1.7.0 in d:\parkinson-detection\.venv\lib\site-packages (from praat-parselmouth) (2.3.3)
Using cached praat_parselmouth-0.4.6-cp312-cp312-win_amd64.whl (8.9 MB)
Installing collected packages: praat-parselmouth
Successfully installed praat-parselmouth-0.4.6

Screenshot 2025-10-07 210759.png

As you can see, I got only the .dist-info but not the actual package

yannick...@gmail.com

unread,
Oct 7, 2025, 6:13:31 AM (12 days ago) Oct 7
to Parselmouth
But can you import it?
I assume not, or you probably whouldn't have gone looking inside that folder?

And can you scroll down, cause there shouldn't be a `praat_parselmouth` folder, but there should just be a single all-containing `parselmouth.cp312-win_amd64.pyd` file.
Screenshot from 2025-10-07 12-12-09.png

Cheers
Yannick

khang huynh

unread,
Oct 7, 2025, 7:05:52 AM (12 days ago) Oct 7
to Parselmouth
hey
I just checked, I do have that file in the lib folder! What should I do next?

khang huynh

unread,
Oct 7, 2025, 7:05:56 AM (12 days ago) Oct 7
to Parselmouth
I do actually haev that file along with the dist-info. what should I do next?

thanks in advance for your help,


On Tuesday, October 7, 2025 at 9:13:31 PM UTC+11 yannick...@gmail.com wrote:

yannick...@gmail.com

unread,
Oct 7, 2025, 7:07:33 AM (12 days ago) Oct 7
to Parselmouth
Hi Khang

Well, can you import the library from Python, in your activated virtual environment?
Just `import parselmouth`, I mean.

Cause that's the goal of the installation in the end, right?
Or why did you start looking for the installation files?

Cheers
Yannick
Reply all
Reply to author
Forward
0 new messages