前提・実現したいこと
condaを使ってpygameやpylintをインストールしようとしても以下に示すエラーがでてできません。どうすればよいでしょうか?
osはwindows10でpower shellから実行しようとしています。
pythonはpython 3.8.2です。
発生している問題・エラーメッセージ
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json> Elapsed: - An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way. If your current network has https://www.anaconda.com blocked, please file a support request with your network engineering team. 'https://repo.anaconda.com/pkgs/main/win-64'
該当のソースコード
conda install pygame