Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError (MRO issue) with Python 3 #10

Open
Hibou57 opened this issue Feb 21, 2015 · 1 comment
Open

TypeError (MRO issue) with Python 3 #10

Hibou57 opened this issue Feb 21, 2015 · 1 comment

Comments

@Hibou57
Copy link

Hibou57 commented Feb 21, 2015

I installed both Parsley (as a dependency) and ReMarkdown using a GitHub ZIP archive for each (pip3 install fetched an erroneous Parsley version, unsuitable for Python 3, so I used the GitHub archive).

Install went fine, with no reported errors. However, none of the installed md2xyz want to launch. I have type errors instead. Here is a sample error report from Python 3:

 md2html --help

 TypeError: Cannot create a consistent method resolution
 order (MRO) for bases Parser, object

 /home/yannick/apps/sphinx/lib/python3.4/site-packages/remarkdown/parser.py:36: in <module>
 /home/yannick/apps/sphinx/lib/python3.4/site-packages/remarkdown/scripts.py:18: in <module>
 /home/yannick/apps/python3/lib/python3.4/site-packages/pkg_resources.py:2029: in load
 /home/yannick/apps/python3/lib/python3.4/site-packages/pkg_resources.py:2302: in load_entry_point
 /home/yannick/apps/python3/lib/python3.4/site-packages/pkg_resources.py:353: in load_entry_point
 /home/yannick/apps/sphinx/bin/md2html:9: in <module>

Whatever, thanks for the attempt you make with this repository :p .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Hibou57 and others