-
Notifications
You must be signed in to change notification settings - Fork 291
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
Flask-User YANKED pypi #341
Comments
Same questions from me. As additional information, if I do a
I get the following error:
|
Yes I've seen this same issue. Not sure what happened to this version. |
If anyone knows the answer to this, I would also love to know. |
I'm guessing the maintainer has lost interest in this project. There has been no activity since 2020 in his github account. If he is out there hopefully he will respond soon. |
You can fix this manually -
|
oof. hopefully guy is ok, otherwise, we should probably fork and re-pypi this project under a different moniker? |
It may be a good idea to consider since we've seen no activity if it makes sense to keep this project going. |
Can always use flask-security-too as an alternative. |
I also had the same problem, finally after updating the pip version by the command 'python -m pip install --upgrade pip', the installation was successful |
Can't install it either. |
Same issue |
well what do we do now |
I migrated to django framework |
I was able to switch to using Flask-Login without any trouble at all. |
You can also install from git directly, e.g. for a specific version (here latest tag 1.0.2.2): pip install -e git+https://github.com/lingthio/Flask-User.git@v1.0.2.2#egg=Flask-User This will be resolved to: $ pip freeze | grep Flask-User
-e git+https://github.com/lingthio/Flask-User.git@e3aafd927e1156fb38d9aa729bc729eebe2721d6#egg=Flask_User |
Hello, I faced the same issue and I feel unconfortable installing a package that hasn't been updated for more than 2 years. Is there any alternatives to manage users roles suited for production environnement please? |
Well I do not know. It feels like the author is dead. in general, this is a very flawed package, even if it allows user authorization, and a small role model. But everything that is inside, you can write 0.3 of the volume of the entire code. On top of that, this package only has client sessions - this is a complete bullshit in 2023. It's better to use JWT with client fingerprints to revoke tokens. |
Hello,
First of all, congratulations for the excellent work on this project.
We recently detected that the project on PyPi is listed as "Yanked".
I have been reported that doing pip install Flask-User does not work due to the state of the project and the version number must be added to be able to install.
On the other hand, a warning message is observed during the installation and a reason why the project is marked as Yanked is not indicated.
My questions are:
Thank you very much
Greetings,
Mauro
The text was updated successfully, but these errors were encountered: