FS#62881 - [python2-pipenv] Package depends on python2-typing

Attached to Project: Community Packages
Opened by Maxim Zalata (zlatin) - Wednesday, 12 June 2019, 10:35 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 24 November 2019, 11:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Andrew Crerar (andrewSC)
Morten Linderud (Foxboron)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After installing python2-pipenv and issuing pipenv2 --help I had error:

Traceback (most recent call last):
File "/usr/bin/pipenv2", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
@_call_aside
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
ws.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'typing' distribution was not found and is required by pipenv

After installing python2-typing package the issue was resolved.
This task depends upon

Closed by  Morten Linderud (Foxboron)
Sunday, 24 November 2019, 11:17 GMT
Reason for closing:  Won't fix
Additional comments about closing:  python2-pipenv has been removed

Loading...