3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

pyCharmでproxyを利用する。

Posted at

pyCharmを利用するにあたってproxy設定でつまづいたのでその解決方法を共有する。

IDE上でのプロキシ設定は公式記事参照
https://pleiades.io/help/pycharm/settings-http-proxy.html

IDEでプロキシ設定済みなのに参照モジュールインストール時にこんなエラーが出る場合
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication Required'))': /simple/django/

#Windowsのシステム環境設定にプロキシへのパスを設定する
image.png
image.png
image.png
image.png

pyCharm上で実行できなかった場合にコマンドライン上でSETPATHを実行後にpip instrallを実行するとダウンロードがうまくいっているのは一時的に環境変数にパスを通しているためなので永続的に設定してやることでpyCharmがそれを参照してくれる。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?