xenith/django-base-template

bcrypt error

mach273 opened this issue · 2 comments

When running the command "pip install -r requirements/local.txt" , i got the following error - 'No package 'libffi' found'. I think it's due to the bcrypt.

libffi is a system library. You will need to install it separately. What OS are you running?

For Linux, you'll want to install libffi and python-dev via your package manager. For OS X, homebrew and macports should both have libffi available.

Thanks for the help..