lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 294 forks source link

Installation error #287

Closed joeybellerose closed 4 years ago

joeybellerose commented 4 years ago

I was unable to install the package with 'pip install Flask-User' and got this error.

pip install Flask-User Collecting Flask-User Using cached https://files.pythonhosted.org/packages/10/3c/00776d0521f6269e6df65e3e0a80bfd11fff7d9d87a514a439db3c85b2bd/Flask-User-1.0.2.2.tar.gz ERROR: Command errored out with exit status 1:

After installing flask-login, I was able to install flask-user. My apologies if this is an oversight on my end, but I haven't worked with flask-user yet and was just following the docs

and-semakin commented 4 years ago

Hi @joeybellerose! Thank you for taking a minute and writing us! But I'm afraid that we don't have enough data to diagnose this issue.

Questions:

Just checked it, I can successfully install Flask-User on Python 3.6, 3.7 and 3.8 using pip 19.3.1.

and-semakin commented 4 years ago

I'm going to close the issue, but if the error appears again -- feel free to write here :)

joeybellerose commented 4 years ago

@and-semakin , my apologies for not giving you more info.

pip version: 19.3.1 python verison: 3.8 I re-ran the command a couple of times and was unable to get it to work until I installed Flask-Login.

Either way, agreed that there is no action here....just wanted to let you know in case it pops up for someone else.