maxcountryman / flask-bcrypt

Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.

Home Page:http://readthedocs.org/docs/flask-bcrypt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Illegal Instruction w/flask-bcrypt v1.0.1 on Raspberry Pi OS Lite 32-Bit

nebhead opened this issue · comments

I'm getting an 'illegal instruction' error with flask-bcrypt v1.0.1 on Raspberry Pi OS Lite 32-Bit. "Raspbian GNU/Linux 11 (bullseye)"

from flask_bcrypt import Bcrypt

Causes my flask app to crash with:

Illegal instruction

If I remove this line, I can successfully run my flask app.

This used to work just fine with earlier versions of the OS.