天天看點

pip 安裝sshtunnel時提示“Failed building wheel for bcrypt“

使用pip安裝sshtunnel時安裝失敗,一直提示建構失敗

pip 安裝sshtunnel時提示“Failed building wheel for bcrypt“

解決辦法:

重新為項目建立虛拟環境并指派python版本後再去下載下傳就好了

virtualenv venv --python=pythonx.x.x
           
pip 安裝sshtunnel時提示“Failed building wheel for bcrypt“