pythonパッケージのpillowをvirtualenvにインストールしましたが、インポートできません。 pip list | grep Pillow
は、それがインストールされていることを示しており、virtualenvのは、活性化されているが、import Pillow
はまだ返しますvirtualenvにインストールされたPythonパッケージをインポートできません
pip install Pillow
と一緒にインストールされた
virtualenv -p python3.5 MainEnv
で作成された
ImportError: No module named 'Pillow'
なぜinstaをインポートできないのですかラベル付きパッケージ?
[virtualenvsとPythonパッケージとの混乱]の可能な重複(https://stackoverflow.com/questions/44859948/confusion -with-virtualenvs-and-python-packages) – phd