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

[Bug] New versions of 'markdown' no longer include 'soft_unicode' #454

Open
Eragon615 opened this issue Dec 3, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Eragon615
Copy link

Describe the bug
Following your linux instructions and installing from requirements.txt gets you the latest markdown, which it seems they've removed soft_unicode from.

To Reproduce
Steps to reproduce the behaviour:

  1. Follow instructions as written to install
  2. Run nut.py or nut_gui.py
  3. Watch it crash

Expected behaviour
It should work.

NUT version (or git hash):

  • Nut: 3.3

Additional context
I fixed it by doing pip install markupsafe==2.0.1 to force an older version that still has soft_unicode. I don't know python programming very well, but if possible you should force that version in requirements.txt.

@Eragon615 Eragon615 added the bug Something isn't working label Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant