简体   繁体   English

在python 3.5 Windows中安装和更新pip时出错

[英]error for pandas installation and update of pip in python 3.5 windows

First of all I'm new to python and using 3.5 version when trying to install pandas using pip install pandas it is showing error as pip is not recognized as an internal or external command by using other command to install some packages, py -3.5 -m pip install SomePackage it shows me error could not find a version that satisfies the requirement SomePackage also ask's me update the pip version from 7.1.2 to 8.1.0 and when updating the pip python -m pip install --upgrade pip it shows me error python is not recognized as an internal or external command 首先,我是python新手,尝试使用pip install pandas安装pandas时使用3.5版本,它显示错误,因为使用其他命令来安装某些软件包py -3.5 -m pip install SomePackage 无法将pip识别为内部或外部命令py -3.5 -m pip install SomePackage它向我显示错误找不到满足要求的版本SomePackage还问我将pip版本从7.1.2升级到8.1.0,并且在更新pip python -m pip install --upgrade pip时显示了我错误python无法识别为内部或外部命令

Now how to install Pandas on my python 3.5? 现在如何在我的python 3.5上安装Pandas?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM