-
Notifications
You must be signed in to change notification settings - Fork 727
Closed
Description
Trying to use pip to install and keep running into this error:
PS G:\GitRepos\coda> pip install --upgrade pocketsphinx
Collecting pocketsphinx
Downloading pocketsphinx-0.1.15.tar.gz (29.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.1/29.1 MB 3.7 MB/s eta 0:00:00
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
╰─> [6 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\matto\AppData\Local\Temp\pip-install-32ut6re5\pocketsphinx_a40dbd22250f45afb7bad2f3d614e2f0\setup.py", line 20, in <module>
from distutils.command.bdist_msi import bdist_msi as _bdist_msi
ModuleNotFoundError: No module named 'distutils.command.bdist_msi'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Running python version 3.8.3, pip 22.2.2, setuptools-65.3.0 and wheel-0.37.1. Windows 10 Pro 21H2
Any help is massively appreciated!
Metadata
Metadata
Assignees
Labels
No labels