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
TypeError: string indices must be integers, not 'str'
Traceback
Traceback (most recent call last):
File "C:\Users\physics\anaconda3\envs\spyder-env\Lib\site-packages\spyder\workers\updates.py", line 119, in start
channel, channel_url = get_spyder_conda_channel()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\physics\anaconda3\envs\spyder-env\Lib\site-packages\spyder\utils\conda.py", line 232, in get_spyder_conda_channelif package_info["name"] =='spyder':
~~~~~~~~~~~~^^^^^^^^TypeError: string indices must be integers, not 'str'
Hi @ppjerry thank you for the feedback! I was unable to reproduce this but could you check what is the output of running something like:
conda list spyder --json --prefix <path of the env you are launching Spyder from>
Maybe this could be caused due to using some specific version of conda that changes the expected structure of the command output used inside the get_spyder_conda_channel function @ccordoba12 ?
Description
What steps will reproduce the problem?
TypeError: string indices must be integers, not 'str'
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: