#868346 python-pocketsphinx: Python doesn't recognize that a version of pocketsphinx is installed #868346
- Package:
- python-pocketsphinx
- Source:
- pocketsphinx
- Submitter:
- Ethan Ward
- Date:
- 2022-06-13 17:36:14 UTC
- Severity:
- important
- Tags:
When I install python-pocketsphinx, python doesn't recognize that a version of pocketsphinx is installed. Although the package still works - I can import and use pocketsphinx fine - it causes issues when other python libraries depend on the package, as it tries to find the package but won't run because it doesn't recognize the package as installed. I think that this is related to not having a, for example, pocketsphinx-0.8.egg_info/ directory with a PKG-INFO file and other related informational files. However, I'm not entirely sure.
Hello, Ethan Ward, le ven. 14 juil. 2017 13:17:42 -0400, a ecrit: I guess this is this: $ python ... pkg_resources.DistributionNotFound: The 'pocketsphinx' distribution was not found and is required by the application Probably something like that, yes. Upstream however doesn't use setuptools any more, and doesn't distribute eggs any more. I have reported the issue upstream Samuel
Hi, Upstream reported it doesn't know what needs to be done. Maybe we should ask for help at one of the python teams? Paul
Hello, Paul Gevers, le lun. 06 août 2018 19:37:58 +0200, a ecrit: Probably, yes. Samuel