前提・実現したいこと
Anaconda prompt(32bit)上でpython3.5の仮想環境を作り、ロボットを操作しようとしています。
仮想環境をactivateしたうえで、spyderをインストールしようとしところ、次のようなエラーが出てきてしまいました。
発生している問題・エラーメッセージ
>conda install spyder Preparing transaction: done Verifying transaction: done Executing transaction: done ERROR conda.core.link:_execute(698): An error occurred while installing package 'defaults::qt-5.6.2-vc14h6f76a7e_12'. Rolling back transaction: done LinkError: post-link script failed for package defaults::qt-5.6.2-vc14h6f76a7e_12 location of failed script: C:\Users\sakin\anaconda3\envs\robot_env\Scripts.qt-post-link.bat ==> script messages <== <None> ==> script output <== stdout: 1 �̃t�@�C�����R�s�[���܂����B stderr: 'chcp' �́A�����R�}���h�܂��͊O���R�}���h�A ����\�ȃv���O�����܂��̓o�b�` �t�@�C���Ƃ��ĔF������Ă��܂���B 'chcp' �́A�����R�}���h�܂��͊O���R�}���h�A ����\�ȃv���O�����܂��̓o�b�` �t�@�C���Ƃ��ĔF������Ă��܂���B 'chcp' �́A�����R�}���h�܂��͊O���R�}���h�A ����\�ȃv���O�����܂��̓o�b�` �t�@�C���Ƃ��ĔF������Ă��܂���B return code: 1 ()
相談
python3.5環境下でspyderを使うことはできないのでしょうか?
なにかアドバイスありましたら、よろしくお願いいたします。
追記:諦めました
以下のリンクで、SpyderはPython3.6以上を必要としていることがわかりました。
みなさま、ありがとうございました。
https://stackoverflow.com/questions/58608311/fail-to-install-spyder-3-3-6-in-anaconda-with-python-3-5-version