#868346 python-pocketsphinx: Python doesn't recognize that a version of pocketsphinx is installed

Package:
python-pocketsphinx
Source:
pocketsphinx
Submitter:
Ethan Ward
Date:
2022-06-13 17:36:14 UTC
Severity:
important
Tags:
#868346#5
Date:
2017-07-14 17:17:42 UTC
From:
To:
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.

#868346#10
Date:
2018-08-01 21:47:44 UTC
From:
To:
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

#868346#19
Date:
2018-08-06 17:37:58 UTC
From:
To:
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

#868346#26
Date:
2018-08-06 17:49:40 UTC
From:
To:
Hello,

Paul Gevers, le lun. 06 août 2018 19:37:58 +0200, a ecrit:

Probably, yes.

Samuel