Closed achaayb closed 1 year ago
For me its dead
miniconda3\lib\site-packages\flask_session\sessions.py", line 220, in _get_preferred_memcache_client
return memcache.Client(servers)
AttributeError: module 'memcache' has no attribute 'Client'
Thank you for the new module.
miniconda3\lib\site-packages\flask_session\sessions.py", line 220, in _get_preferred_memcache_client return memcache.Client(servers) AttributeError: module 'memcache' has no attribute 'Client'
It looks like the memcache
that Flask-Session imports is the one provided by the memcache_client distribution package. So maybe try installing that, and make sure you don't have a memcache
import package provided by any other distribution package (e.g., https://pypi.org/project/memcache/ which only dates back to 2020, so is definitely newer than Flask-Session).
No description provided.
Session Storage Backends for the Flask Web Framework - NO LONGER MAINTAINED
Probably what everybody needs is this. Flask-Caching recommended project
Probably what everybody needs is this. Flask-Caching recommended project
https://github.com/pallets-eco/flask-caching for source access.
Probably what everybody needs is this. Flask-Caching recommended project
requirement... meet rock
FYI, https://github.com/christopherpickering/flask-session2 is a new fork of flask-session
that has merged a lot of outstanding PRs. The maintainer (@christopherpickering) is looking for co-maintainers, please reach out to him if you have any time to look after the new fork.
Future project ownership discussed here: #156
Flask-Session is now part of Pallets-Eco, an open source organization managed by the Pallets team to facilitate community maintenance of Flask extensions. Anyone interested in helping maintain this project can ask for commit access in the #flask-session
channel on https://discord.gg/pallets.
Flask-Session has released 0.4.0 since the Flask-Sessionstore fork was created. It's not dead, it just doesn't have a great deal of development activity. :)