Spyderに付属のpython(x、y)を使用していました。昨日、Spyder がクラッシュしました。修正方法がわかりません。python(x,y) をアンインストールして再インストールしましたが、それでも同じ問題が発生します。
Spyder を開こうとすると、次のメッセージが表示されます。
Spyder crashed during last session
If Spyder does not start at all and before submitting a bug report, please try to reset setting to defaults by running Spyder with the command line option '--reset:
python spyder --reset
もちろん、上記を実行しようとしましたが、パスに Spyder があるようには見えません。入れようとすると
python spyder --reset
コマンド プロンプト ウィンドウで、次のエラー メッセージが表示されます。
python: can't open file 'spyder': [Errno 2] No such file or directory
スパイダーをパスに追加しようと試みましたが、すべて失敗しました。Spyder をパスに追加するにはどうすればよいですか?
32 ビット システムで Windows Vista を使用しています。
私の Spyder クラッシュ レポートは次のようになります。
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\spyderlib\spyder.py", line 1547, in main
mainwindow = run_spyder(app, options)
File "C:\Python27\lib\site-packages\spyderlib\spyder.py", line 1472, in run_spyder
main.setup()
File "C:\Python27\lib\site-packages\spyderlib\spyder.py", line 555, in setup
multithreaded=self.multithreaded)
File "C:\Python27\lib\site-packages\spyderlib\plugins\console.py", line 54, in __init__
light_background=light_background)
File "C:\Python27\lib\site-packages\spyderlib\widgets\internalshell.py", line 101, in __init__
debug, profile)
File "C:\Python27\lib\site-packages\spyderlib\widgets\shell.py", line 698, in __init__
ShellBaseWidget.__init__(self, parent, history_filename, debug, profile)
File "C:\Python27\lib\site-packages\spyderlib\widgets\shell.py", line 61, in __init__
self.history = self.load_history()
File "C:\Python27\lib\site-packages\spyderlib\widgets\shell.py", line 500, in load_history
if rawhistory[1] != self.INITHISTORY[1]:
IndexError: list index out of range
私はこのようなことでひどいので、完全に明白な何かを見逃しているか、本当にばかげたことをしているかもしれません.
他の誰かが同様の問題に遭遇したかどうか、または何をすべきか、この「リセット」を行う方法、または他のアドバイスについて提案できるかどうか疑問に思っています。
前もって感謝します