You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not know why spyder says that there is an issue.
Traceback
Traceback (most recent call last):
File "/home/hamed/anaconda3/envs/tf_pt/lib/python3.11/site-packages/spyder/plugins/run/container.py", line 214, in run_fileself.edit_run_configurations(
File "/home/hamed/anaconda3/envs/tf_pt/lib/python3.11/site-packages/spyder/plugins/run/container.py", line 232, in edit_run_configurationsself.dialog.setup()
File "/home/hamed/anaconda3/envs/tf_pt/lib/python3.11/site-packages/spyder/plugins/run/widgets.py", line 746, in setupself.run_conf_model.get_initial_index())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/hamed/anaconda3/envs/tf_pt/lib/python3.11/site-packages/spyder/plugins/run/models.py", line 192, in get_initial_indexreturnself.inverted_index[self.current_configuration]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^KeyError: None
Hi @hamedmh thank you for the report! I think this could be a duplicate of #22607 A fix for that issue was done over PR #22819 and it is part of the latest Spyder version (6.0.3). Not totally sure if you are using Spyder from the default conda channel but for the moment the latest version is only available through the conda-forge channel (as a conda package). If you want to check the latest version I would suggest to create a new conda environment that only uses conda-forge packages.
Description
What steps will reproduce the problem?
I do not know why spyder says that there is an issue.
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: