Summary: | dev-python/markdown-2.5.2 - src_install(): Traceback (most recent call last): File "setup.py", line 249: raise TypeError("dist must be a Distribution instance"): TypeError: dist must be a Distribution instance | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Yixun Lan <dlan> |
Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dlan |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=532708 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.gz |
Description
Yixun Lan
![]() ![]() Created attachment 392642 [details]
build.log.gz
I tried previous version 2.5.1, fail too, but this version was instaled successfully before[1]. also attempted to try following combinations, all failed
PYTHON_TARGETS="python2_7" emerge =dev-python/markdown-2.5.2
PYTHON_TARGETS="python3_3" emerge =dev-python/markdown-2.5.2,
USE="-doc" emerge =dev-python/markdown-2.5.1, all fail
[1] $ genlop -t markdown
Wed Nov 12 18:39:36 2014 >>> dev-python/markdown-2.5.1
merge time: 19 seconds.
Leaving this open so we don't get duplicates. Please see if this is fixed with dev-python/setuptools-9.1. We can fast-track it to stable if necessary. yes, with dev-python/setuptools-9.1, I have no problem to install markdown, many thanks (In reply to Mike Gilbert from comment #3) > We can fast-track it to stable if necessary. It looks like setuptools-7.0 is unaffected, so this will be unnecessary. |