Bug 1646111 - The 'python-slugify==1.2.6' distribution was not found and is required by transifex-client
Summary: The 'python-slugify==1.2.6' distribution was not found and is required by tra...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: transifex-client
Version: 28
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Luis Bazan
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1647839
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-11-05 07:42 UTC by Lukas Zapletal
Modified: 2018-11-13 13:54 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-11-13 13:54:48 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Lukas Zapletal 2018-11-05 07:42:27 UTC
Hello, the client does not appear to work anymore, this is regression:

$ tx
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 570, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 888, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 779, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (python-slugify 1.2.1 (/usr/lib/python3.6/site-packages), Requirement.parse('python-slugify==1.2.6'), {'transifex-client'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/tx", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3095, in <module>
    @_call_aside
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3079, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3108, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 572, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 585, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 774, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'python-slugify==1.2.6' distribution was not found and is required by transifex-client


$ LC_ALL=C rpm -q python3-slugify python2-slugify transifex-client
python3-slugify-1.2.1-5.fc28.noarch
package python2-slugify is not installed
transifex-client-0.13.5-1.fc28.noarch

What is the easiest workaround?

Comment 2 Luis Bazan 2018-11-08 13:48:41 UTC
Hi Lukas

I create this BZ to fix the dependecy problem.
https://bugzilla.redhat.com/show_bug.cgi?id=1647839

Cheers,

Comment 3 Luis Bazan 2018-11-13 13:54:48 UTC
https://bodhi.fedoraproject.org/updates/FEDORA-2018-9e2ea898ad

Ready!

Cheers!


Note You need to log in before you can comment on or make changes to this bug.