###前提・実現したいこと
表題の通りです。
会社にてAnacondaをインストールし、pythonのスクリプトを書き始めましたが、
使用したいモジュール(Anacondaにはインストールされていないもの)がpython3.6に対応していないのかエラーが出ます。
仮想環境を構築しようとconda createなどのコマンドを実行してみましたが、
エラーが出てインストールできません。
おそらく会社がアクセスをブロックしているためで、conda installなども使えません。
そのような状況でAnacondaにPythonの違うバージョンを導入することは可能なのでしょうか?
###発生している問題・エラーメッセージ
①以下のエラーが出るため、importが出来ません。
ImportError: Module use of python32.dll conflicts with this version of Python.
②そのため、仮想環境を構築しようとしたら以下のエラーが出ます。
Fetching package metadata ...
CondaHTTPError: HTTP None None for url https://conda.anaconda.org/anaconda-fusion/win-64/repodata.json
Elapsed: None
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.
ConnectTimeout(MaxRetryError("HTTPSConnectionPool(host='conda.anaconda.org', port=443): Max retries exceeded with url: /anaconda-fusion/win-64/repodata.json (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000004DFE7B8>, 'Connection to conda.anaconda.org timed out. (connect timeout=9.15)'))",),)
###該当のソースコード
なし
###試したこと
ちなみにpythonの公式サイトからVer3.2のpythonをDLしインストール。
3.2の環境ではエラーがでずにimport可能であることは確認したため、Ver3.2のpythonを導入したいのです。
Anaconda環境で以下のコマンドを実施すると上に書いたエラーが出ます。
conda create -n py32 python=3.2 anaconda
###補足情報(言語/FW/ツール等のバージョンなど)
windows7
64bit
Anaconda3-4.4.0

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2017/07/25 02:26
2017/07/25 02:48
退会済みユーザー
2017/08/03 02:24