1. 程式人生 > >解決 pip install pyquery 失敗 報錯 got an unexpected keyword argument 'transport_encoding'

解決 pip install pyquery 失敗 報錯 got an unexpected keyword argument 'transport_encoding'

pip install pyquery的時候報錯如下:

TypeError: parse() got an unexpected keyword argument 'transport_encoding'

只需要執行以下程式碼就好了

conda install pip

再次pip install pyquery 成功了