以前看到同事用一個python的編輯器,並且是網頁版的,感受很高大上啊!問了一下,說是jupyter。今天想配置一下jupyter結果遇到了問題,在pip install jupyter時,一直提示:python
Could not find a version that satisfies the requirement jupyter (from versions: ) No matching distribution found for jupyter
查了好多資料,有人提到多是由於proxy的緣由,也確實,我用的公司的網絡,是有proxy的,因而果斷加上proxy信息,問題解決。特此記錄一下,pip install時配置proxy的格式以下:網絡
pip install --proxy http://username:password@proxy_ip:proxy_port module_name