Skip to content
Advertisement

Issue installing python bcrypt in Cygwin

I’m trying to install paramiko in Cygwin and one of the build dependencies is bcrypt. I have rustc installed and I believe all of the supporting build libraries.

Pip is also updated to the latest.

JavaScript

I use the following pip command:

JavaScript

And I get the following error output:

JavaScript

I check my python installation (python.exe) and it is installed at /usr/bin/python.exe.

JavaScript

So I am confused…..what is the issue? Why can’t it find my python interpreter? Why is bcrypt not building and installing?

Advertisement

Answer

I’m guessing that Cygwin causes some compatibility issues here.

It looks like Cygwin has a package for this purpose, likely to avoid these issues:

https://cygwin.com/packages/summary/python36-bcrypt.html

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement