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
Using lookatme==2.5.5 with mistune==3.0.1 I got error
File "<REDACTED>/trying-lookatme/.venv/lib/python3.11/site-packages/mistune/block_parser.py", line 435, in parse
while state.cursor < state.cursor_max:
^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'cursor'
Here what worked for me:
# Install all requirements overwriting only PyYAML
$> cat <<OVERWRITE | pip install -r /dev/stdinmarshmallow>=3.17.0,<4Click>=7,<9PyYAML==6.0.1mistune>=0.8,<1urwid>=2,<3Pygments>=2,<3OVERWRITE
$> pip install --no-deps lookatme==2.5.5
Describe the Feature Request
PyYAML and mistune to allow latest version to avoid conflict over dependencies
The text was updated successfully, but these errors were encountered: