We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apr 03 17:41:32 ariel docker[185072]: Traceback (most recent call last): Apr 03 17:41:32 ariel docker[185072]: File "/srv/fluffy/venv/lib/python3.9/site-packages/gunicorn/arbiter.py", line 557, in spawn_worker Apr 03 17:41:32 ariel docker[185072]: worker.init_process() Apr 03 17:41:32 ariel docker[185072]: File "/srv/fluffy/venv/lib/python3.9/site-packages/gunicorn/workers/base.py", line 126, in init_process Apr 03 17:41:32 ariel docker[185072]: self.load_wsgi() Apr 03 17:41:32 ariel docker[185072]: File "/srv/fluffy/venv/lib/python3.9/site-packages/gunicorn/workers/base.py", line 136, in load_wsgi Apr 03 17:41:32 ariel docker[185072]: self.wsgi = self.app.wsgi() Apr 03 17:41:32 ariel docker[185072]: File "/srv/fluffy/venv/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi Apr 03 17:41:32 ariel docker[185072]: self.callable = self.load() Apr 03 17:41:32 ariel docker[185072]: File "/srv/fluffy/venv/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 65, in load Apr 03 17:41:32 ariel docker[185072]: return self.load_wsgiapp() Apr 03 17:41:32 ariel docker[185072]: File "/srv/fluffy/venv/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp Apr 03 17:41:32 ariel docker[185072]: return util.import_app(self.app_uri) Apr 03 17:41:32 ariel docker[185072]: File "/srv/fluffy/venv/lib/python3.9/site-packages/gunicorn/util.py", line 357, in import_app Apr 03 17:41:32 ariel docker[185072]: __import__(module) Apr 03 17:41:32 ariel docker[185072]: File "/srv/fluffy/venv/lib/python3.9/site-packages/fluffy/run_prod.py", line 3, in <module> Apr 03 17:41:32 ariel docker[185072]: from fluffy.run import app # noqa: E402 F401 Apr 03 17:41:32 ariel docker[185072]: File "/srv/fluffy/venv/lib/python3.9/site-packages/fluffy/run.py", line 10, in <module> Apr 03 17:41:32 ariel docker[185072]: import fluffy.component.markdown # noreorder # noqa Apr 03 17:41:32 ariel docker[185072]: File "/srv/fluffy/venv/lib/python3.9/site-packages/fluffy/component/markdown.py", line 47, in <module> Apr 03 17:41:32 ariel docker[185072]: mistune.Renderer, Apr 03 17:41:32 ariel docker[185072]: AttributeError: module 'mistune' has no attribute 'Renderer'
The text was updated successfully, but these errors were encountered:
Pin mistune to 0.x
9142456
mistune 1.x does not exist and mistune 2.x is a rewrite which will need additional effort to make work. #126
No branches or pull requests
The text was updated successfully, but these errors were encountered: