Mac 安裝 python3
brew install python3
報(bào)錯(cuò):
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "readline--patch"
Download failed: https://gist.githubusercontent.com/jacknagel/d886531fb6623b60b2af/raw/746fc543e56bc37a26ccf05d2946a45176b0894e/readline-6.3.8.diff
StackFlow上找到原因黑毅,brew版本太老了嚼摩,
需要更新brew, 而簡(jiǎn)單的brew update 或者sudo update 是不行的低斋,拷貝這個(gè)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
等待完成之后重新
brew install python3
下面是Pip安裝:
簡(jiǎn)單:
sudo easy_install pip
使用pip安裝插件 pip install 遇到如下問題
先 5次Retry...
然后 raise ProxyError 403
解決步驟
1. 刪除自定義proxy
當(dāng)時(shí)在終端配置了魚擺擺的代理匪凡,然后魚擺擺掛了一直也沒處理這個(gè)代理膊畴。
cd ~/ && ls -a
刪除以下配置中的指定http_proxy:
- bashrc
- bash_profile
- bash_profile-anaconda.bak 如果有的話
- bash_profile.pysave
2. 指定國(guó)內(nèi)鏡像源
mkdir .pip
cd .pip
vim pip.conf
粘貼如下配置:
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com