Forums

'flask_frozen' not supported anymore?

When trying to host a site using Frozen Flask I am receiving these errors:

Error running WSGI application [DATE][TIME]: ModuleNotFoundError: No module named 'flask_frozen' [DATE][TIME]: File "/xxxxxxxxxxx/site.py", line 6, in <module> [DATE][TIME]: from flask_frozen import Freezer

And when attempting to import the package from console I receive this: 06:41 ~ $ pip install flask_frozen Defaulting to user installation because normal site-packages is not writeable Looking in links: /usr/share/pip-wheels ERROR: Could not find a version that satisfies the requirement flask_frozen (from versions: none) ERROR: No matching distribution found for flask_frozen

Is this not supported anymore?

What version of Python are you using? It may be that you're on v3.7 and flask_frozen isn't producing packages for 3.7 anymore