Changes between Version 1 and Version 2 of Ticket #2499
- Timestamp:
- 2015-09-04T09:10:47Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2499
- Property Status changed from new to assigned
-
Ticket #2499 – Description
v1 v2 3 3 <warner> and I'm thwarted by packaging and setuptools, again 4 4 [...] 5 <warner> ... "PYTHONPATH=/path/to/my/foolscap/tree ./bin/tahoe" ... currently emits: PackagingError: could not parse actual version '0.8.0+12.g1fdaa3e.dirty' of foolscap from '/Users/warner/stuff/python/foolscap' due to !TypeError: expected string or buffer5 <warner> ... "PYTHONPATH=/path/to/my/foolscap/tree ./bin/tahoe" ... currently emits: !PackagingError: could not parse actual version '0.8.0+12.g1fdaa3e.dirty' of foolscap from '/Users/warner/stuff/python/foolscap' due to !TypeError: expected string or buffer 6 6 <warner> Warning: version number '0.8.0-12.g1fdaa3e.dirty' found for dependency 'foolscap' by pkg_resources could not be parsed. The version found by import was '0.8.0+12.g1fdaa3e.dirty' from '/Users/warner/stuff/python/foolscap'. pkg_resources thought it should be found at '/Users/warner/stuff/python/foolscap'. The exception was !PackagingError: could not parse '0.8.0-12.g1fdaa3e.dirty' due to !TypeError: expected string or buffer 7 7 <warner> I don't know where that !TypeError is coming from, or what it's getting that isn't a string