If you have multiple versions of python (and thus for pip) installed on your machine, you might encounter this error when the "default" version of the pip is not the same of the "default" version of python; the package will not be identified. to solve the problem, type pipX.XX install bcrypt (replace X.XX with the python interpreter version)