从需求文件安装时出错

Error in installing from requirements file

从需求文件安装时出现以下错误。

Requirements

Error

尝试使用以下命令在您的 linux 机器上安装 open ssl

sudo apt-get update && sudo apt-get install libssl-dev

然后尝试安装您的需求文件

pip install -r requirements.txt

运行 每行 pip

cat requirements.txt | xargs -n 1 pip install