Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Build a Social Network with Flask Making Strong Users Cryptographic Hashing with Flask-Bcrypt

Oti Oritsejafor
Oti Oritsejafor
3,281 Points

Bcrypt not working

Hello, I used pip install flask-bcrypt and it gave me:

Command ""c:\users\laj man\appdata\local\programs\python\python35\python.exe" -c "import setuptools, tokenize;__file__='C:\\Users\\LAJMAN~1\\AppData\\Local\\Temp\\pip-build-ddzblxrh\\cffi\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\LAJMAN~1\AppData\Local\Temp\pip-eow1c4oq-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\LAJMAN~1\AppData\Local\Temp\pip-build-ddzblxrh\cffi

at the end. I then tried to import it in the python shell and it said 'no module named bcrypt'

(All this was done on the command prompt of windows 10)