python 安装第三方库的时候出现的问题,求助
1个回答
展开全部
1、用pip安装第三方库时总是提示:You are using pip version 8.0.2, however version 8.1.0 is available.
2、pip install --upgrade pip也没用
3、就算安装好了第三方库 比如说pliiow安装了 也没有用 from PIL import。。。时也会提示没有这个model
求解决方法
pip install Pillow
就行
You are using pip version 8.0.2, however version 8.1.0 is available.
这个说你的pip不是最新版本,没有关系。
Python 2.7.10 (default, Oct 23 2015, 18:05:06)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from PIL import Image
>>>
2、pip install --upgrade pip也没用
3、就算安装好了第三方库 比如说pliiow安装了 也没有用 from PIL import。。。时也会提示没有这个model
求解决方法
pip install Pillow
就行
You are using pip version 8.0.2, however version 8.1.0 is available.
这个说你的pip不是最新版本,没有关系。
Python 2.7.10 (default, Oct 23 2015, 18:05:06)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from PIL import Image
>>>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询