Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726624 - dev-python/nltk should depend on dev-python/tqdm - pkg_resources.DistributionNotFound: The 'tqdm' distribution was not found and is required by nltk
Summary: dev-python/nltk should depend on dev-python/tqdm - pkg_resources.Distribution...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-01 11:03 UTC by Andrew Ammerlaan
Modified: 2020-06-02 11:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Ammerlaan gentoo-dev 2020-06-01 11:03:21 UTC
/var/tmp/portage/dev-python/httpx-0.13.3/work/httpx-0.13.3 /var/tmp/portage/dev-python/httpx-0.13.3/work/httpx-0.13.3
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.7/mkdocs", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3251, in <module>
@_call_aside
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'tqdm' distribution was not found and is required by nltk

Mkdocs fails to build docs on several packages. Mkdocs requires nltk, which appears to be missing tqdm as a dependency, emerging tqdm fixes the problem
Comment 1 Larry the Git Cow gentoo-dev 2020-06-02 11:22:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86eace5107701314a170fe493f9b2c1ad10d87c7

commit 86eace5107701314a170fe493f9b2c1ad10d87c7
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-06-02 11:21:39 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-06-02 11:21:59 +0000

    dev-python/nltk: Fix deps
    
    Closes: https://bugs.gentoo.org/726624
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/nltk/nltk-3.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)