bcrypt can't be installed #132
-
I can't install bcrypt (and any other libraries, that used cffi in compile time). As you can see, installing via pip completes for cffi, and then fails for bcrypt because |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry about the delay in getting back to you. Hopefully this is an easy fix: try running |
Beta Was this translation helpful? Give feedback.
Sorry about the delay in getting back to you. Hopefully this is an easy fix: try running
build-pip install cffi
prior topip install bcrypt
. That will cause cross-python to pick up the correct backend .so file.