発生している問題・エラーメッセージ
vscodeからPython: Current File
を実行するとconda activate
した際に以下のようなメッセージが表示されアクティベートに失敗します.
vscodeのshellはgitbashが動作しています.
しかしながらgitbash上では問題なくアクティベートできています
これにはどのような原因が考えられるでしょうか
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "C:\Users**\miniconda3\4.9.2\lib\site-packages\conda\cli\main.py", line 140, in main return activator_main() File "C:\Users\r**\miniconda3\4.9.2\lib\site-packages\conda\activate.py", line 1210, in main print(activator.execute(), end='') UnicodeEncodeError: 'cp932' codec can't encode character '\u271a' in position 116: illegal multibyte sequence `$ C:\Users**\miniconda3\4.9.2\Scripts\conda-script.py shell.posix activate main` environment variables: 略 An unexpected error has occurred. Conda has prepared the above report. If submitted, this report will be used by core maintainers to improve future releases of conda. Would you like conda to send this report to the core maintainers? No report sent. To permanently opt-out, use $ conda config --set report_errors false
補足情報(FW/ツールのバージョンなど)
conda -V conda 4.9.2
回答1件
あなたの回答
tips
プレビュー