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

ImportError: cannot import name 'MARKDOWN' from 'prettytable' #50

Closed
vkosuri opened this issue Jul 13, 2020 · 2 comments · Fixed by #51
Closed

ImportError: cannot import name 'MARKDOWN' from 'prettytable' #50

vkosuri opened this issue Jul 13, 2020 · 2 comments · Fixed by #51

Comments

@vkosuri
Copy link

vkosuri commented Jul 13, 2020

Hi,

I am getting error cannot import markdown on my Python3.8

>>> from prettytable import MARKDOWN
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'MARKDOWN' from 'prettytable' (/home/vkosuri/github/publish/venv/lib/python3.8/site-packages/prettytable.py)
@hugovk
Copy link
Member

hugovk commented Jul 13, 2020

Unfortunately it's not been released yet, and there's not been a release in 7 years. See #18.

In the meantime, you can install directly from GitHub:

pip install -U git+https://github.com/jazzband/prettytable

I'll add this to the README: #51.

@vkosuri
Copy link
Author

vkosuri commented Jul 14, 2020

It's worked thank you.

@vkosuri vkosuri closed this as completed Jul 14, 2020
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

Successfully merging a pull request may close this issue.

2 participants