課程
/后端開發(fā)
/Python
/Python在數(shù)據(jù)科學(xué)中的應(yīng)用
http://pip.readthedocs.org/en/stable/installing/怎么安裝,命令python get-pip.py提示錯(cuò)誤
2016-09-30
源自:Python在數(shù)據(jù)科學(xué)中的應(yīng)用 3-3
正在回答
你裝的python是什么版本的?我裝的3.5,里面的pip可以直接用,不需要裝的
慕粉3804737 提問者
weixin_慕容6112722
我也遇到了,也不會(huì),你的解決了嗎
>>>?import?numpy Traceback?(most?recent?call?last): ??File?"<pyshell#33>",?line?1,?in?<module> ????import?numpy ModuleNotFoundError:?No?module?named?'numpy' >>>?pip3?install?numpy SyntaxError:?invalid?syntax >>>?python3?get-pip.py SyntaxError:?invalid?syntax >>>?numpy.array([1,2,3]) Traceback?(most?recent?call?last): ??File?"<pyshell#36>",?line?1,?in?<module> ????numpy.array([1,2,3]) NameError:?name?'numpy'?is?not?defined >>>?import?numpy Traceback?(most?recent?call?last): ??File?"<pyshell#37>",?line?1,?in?<module> ????import?numpy ModuleNotFoundError:?No?module?named?'numpy' 這怎么解???裝的3.6.4
3.6版本的是已經(jīng)下載好pip的嗎?但是在python文件夾找不到啊,小白求解救
我從這里學(xué)著安成功了,你可以試一下,http://www.tuicool.com/articles/eiM3Er3/
Allen101
舉報(bào)
一門針對(duì)數(shù)據(jù)科學(xué)的Python應(yīng)用教程,打下扎實(shí)python功底
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-09-30
你裝的python是什么版本的?我裝的3.5,里面的pip可以直接用,不需要裝的
2018-02-05
我也遇到了,也不會(huì),你的解決了嗎
2017-12-26
2017-03-29
3.6版本的是已經(jīng)下載好pip的嗎?但是在python文件夾找不到啊,小白求解救
2016-10-08
我從這里學(xué)著安成功了,你可以試一下,http://www.tuicool.com/articles/eiM3Er3/