You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I Installed the lasted version of mdv with pip on linux.
but when I ran the mdv on terminal, I saw this error:
Traceback (most recent call last):
File "/usr/local/bin/mdv", line 5, in<module>
from mdv import run
File "/usr/local/lib/python3.10/dist-packages/mdv/__init__.py", line 3, in<module>
from .markdownviewer import run, main
File "/usr/local/lib/python3.10/dist-packages/mdv/markdownviewer.py", line 160, in<module>
from markdown.util import etree
ImportError: cannot import name 'etree' from 'markdown.util' (/usr/local/lib/python3.10/dist-packages/markdown/util.py)
The text was updated successfully, but these errors were encountered:
Hi, I Installed the lasted version of mdv with pip on linux. but when I runned the mdv on terminal, I saw this error:
Traceback (most recent call last):
File "/usr/local/bin/mdv", line 5, in<module>
from mdv import run
File "/usr/local/lib/python3.10/dist-packages/mdv/__init__.py", line 3, in<module>
from .markdownviewer import run, main
File "/usr/local/lib/python3.10/dist-packages/mdv/markdownviewer.py", line 160, in<module>
from markdown.util import etree
ImportError: cannot import name 'etree' from 'markdown.util' (/usr/local/lib/python3.10/dist-packages/markdown/util.py)
Hello I guess I found a solution from another issue
try this pip install --upgrade --force-reinstall git+http://github.com/axiros/terminal_markdown_viewer
Hi,
I Installed the lasted version of mdv with pip on linux.
but when I ran the mdv on terminal, I saw this error:
The text was updated successfully, but these errors were encountered: