Opened at 2016-12-20T01:34:52Z
Closed at 2020-01-17T16:55:38Z
#2854 closed defect (was already fixed)
Tahoe 1.12.0 pip install on Windows misses pypiwin32
Reported by: | PRabahy | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | 1.12.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by PRabahy)
<PRab> I hate that I discovered this just after the tahoe release, but I did a pip install of tahoe and now I'm getting "pkg_resources.DistributionNotFound?: The 'pypiwin32' distribution was not found and is required by the application"
<PRab> Running "pip install pypiwin32" appears to have fixed it
Change History (2)
comment:1 Changed at 2016-12-20T01:35:08Z by PRabahy
- Description modified (diff)
comment:2 Changed at 2020-01-17T16:55:38Z by exarkun
- Resolution set to was already fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
pypiwin32 has been in the setup.py requirements metadata for a while so I suppose this is fixed. Also there happens to be a PR right now to switch this to pywin32, which is what it should really be now.