Kubuntu 17.10的Pip3不起作用

时间:2018-04-14 18:50:30

标签: python-3.x ubuntu pip

我在网上搜索得很多,但我不知道这两个版本的Python可用的是什么。 我做了: sudo apt install python3-pip

我有:

$ python3 -V 
$ Python 3.6.3

我刚刚做了:

$ pip3 install pytz 
$ Collecting pytz 
$ Using cached https://files.pythonhosted.org/packages/dc/83/15f7833b70d3e067ca91467ca245bae0f6fe56ddc7451aa0dc5606b120f2/pytz-2018.4-py2.py3-none-any.whl 
$ Installing collected packages: pytzSuccessfully 
$ installed pytz-2018.4

在Pycharm,我看到:'没有名为pytz'

的模块

有人可以帮忙吗?

0 个答案:

没有答案