Opened at 2013-08-24T08:24:14Z
Last modified at 2013-08-31T12:03:06Z
#2063 closed defect
users expect 'python setup.py install' to install dependencies — at Version 3
Reported by: | sel | Owned by: | daira |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | packaging | Version: | 1.10.0 |
Keywords: | install fedora linux packaging setuptools | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
Problem after installation in Fedora 19:
$ tahoe(most recent call last): File "/usr/bin/tahoe", line 6, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources
Change History (3)
comment:1 Changed at 2013-08-24T08:35:18Z by daira
- Keywords install fedora linux packaging added
- Owner set to sel
comment:2 Changed at 2013-08-24T08:55:28Z by sel
su -c 'python setup.py install'
comment:3 Changed at 2013-08-24T10:07:07Z by daira
- Description modified (diff)
- Keywords setuptools added
- Owner changed from sel to daira
- Status changed from new to assigned
- Summary changed from problem after installation in Fedora 19 to users expect 'python setup.py install' to install dependencies
Note: See
TracTickets for help on using
tickets.
What command was used to install Tahoe?