使用 pipenv 安装 Pillow 的问题

Issue installing Pillow using pipenv

我无法使用 pipenv 安装 Pillow。我是虚拟环境的新手,想为我当前的项目设置一个。我有一个使用 Flask 和 Pillow 的网络应用程序。为了遵循最佳实践,我应该使用虚拟环境。我选择 pipenv 作为我喜欢的 YouTube 频道,建议使用它。 https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g

Windows 10 
Bash
pipenv
python 3.6

我试过以下方法:

pipenv install Pillow
python3 -m pipenv install Pillow
and many others....

我预计会安装 Pillow。我知道我可以尝试其他虚拟环境。我想使用一个好的当前系统。听起来 pipenv 可能是未来。

使用 pipenv 的人有什么想法吗?还是 "use virtual environment X"?

已解决: 不确定我是如何解决它的,但更新所有内容可能已经修复了它。我更新了 conda 和所有 pip 文件。第二天它起作用了。

conda update --all 

Pip 更新全部找到 here.

我遇到了同样的问题,但在互联网良好的情况下解决了 我用这个命令 pip install pillow