Open adamantic opened 1 year ago
I've got the same issue:
File "/home/pi/uvrobot/main.py", line 8, in
Same. I just patched it manually on my installation, but it would be nice to get it fixed in the repos.
I opened PR #141 to fix this issue, waiting on approval from @plumdog.
I opened PR #141 to fix this issue, waiting on approval from @plumdog.
I hope it gets merged soon, it's annoying to have a custom patch as part of my installation scripts. It's a one-line change, has @plumdog given up on this project? If so, should it be forked and submitted to PyPi as a replacement?
I alo have this problem
+1 please fix it
Markup seems to be deprecated and is now markupsafe apparently
File "/app/.heroku/python/lib/python3.9/site-packages/flask_table/init.py", line 1, in
2023-10-03T10:46:35.754301+00:00 app[web.1]: from .table import Table, create_table
2023-10-03T10:46:35.754301+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/flask_table/table.py", line 5, in
2023-10-03T10:46:35.754301+00:00 app[web.1]: from flask import Markup
2023-10-03T10:46:35.754301+00:00 app[web.1]: ImportError: cannot import name 'Markup' from 'flask' (/app/.heroku/python/lib/python3.9/site-packages/flask/init.py)