首页 文章

pandas安装错误和python 3.5窗口中的pip更新

提问于
浏览
0

首先我是python的新手,并且在尝试使用 pip install pandas 安装pandas时使用3.5版本它通过使用其他命令安装一些软件包显示错误为 pip is not recognized as an internal or external commandpy -3.5 -m pip install SomePackage 它显示错误 could not find a version that satisfies the requirement SomePackage 也请求我从7.1更新pip版本.2到8.1.0,当更新点子 python -m pip install --upgrade pip 时,它显示错误 python is not recognized as an internal or external command

现在如何在我的python 3.5上安装Pandas?

1 回答

  • 0

    你应该尝试输入python3而不是python,因为你在Python上运行v3.x而命令python根据我运行v2.7 .

相关问题