pip3和pip之间的区别是什么?

时间:2018-05-17 11:47:11

标签: python python-3.x pip

我知道pip3引用python3pip引用python2。 当我使用anaconda环境并将python版本设置为3.5时,我会安装包名itchat,如下所示。

pip3 install itchat

安装成功,没有任何错误。

但是当我输入以下命令时,会发生奇怪的事情。 enter image description here

但是如果我只是使用pip install itchat并输入python而不是python3,我认为事情会继续下去。 enter image description here

我想知道是什么导致了这个结果。 为什么pythonpython3之间存在差异?

感谢您提供答案!

1 个答案:

答案 0 :(得分:0)

我看不到您在使用conda环境。

创建环境

 getData = new System.Timers.Timer();
            getData.Interval = GetdatascheduleTime; // here 300000 is set 
            getData.Elapsed += objGetDataFromMachin_Elapsed; 
            getData.Enabled = true;
            getData.Start();

激活环境:

**objGetDataFromMachin_Elapsed**

然后安装软件包

conda create -n myenv

conda activate myenv