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 can’t import opensees even though I’ve followed all the steps from the anaconda terminal
Traceback
Exception in comms call get_namespace_view:
File "C:\ProgramData\anaconda3\Lib\site-packages\spyder_kernels\comms\commbase.py", line 317, in _comm_message
buffer = cloudpickle.loads(msg['buffers'][0],
~~~~~~~~~~~~~~^^^IndexError: list index out of range
Exception in comms call get_var_properties:
File "C:\ProgramData\anaconda3\Lib\site-packages\spyder_kernels\comms\commbase.py", line 317, in _comm_message
buffer = cloudpickle.loads(msg['buffers'][0],
~~~~~~~~~~~~~~^^^IndexError: list index out of range
Exception in comms call get_cwd:
File "C:\ProgramData\anaconda3\Lib\site-packages\spyder_kernels\comms\commbase.py", line 317, in _comm_message
buffer = cloudpickle.loads(msg['buffers'][0],
~~~~~~~~~~~~~~^^^IndexError: list index out of range
Hi @fasalazars thank you for the report! Checking the traceback seems like this could be a duplicate of #23104. You seem to have followed the instructions to use a custom interpreter, right? However, maybe you installed the 3.x version of spyder-kernels in your env with openseespy? For Spyder 5.5.1 I think you need to have installed spyder-kernels 2.5.2
Description
What steps will reproduce the problem?
I can’t import opensees even though I’ve followed all the steps from the anaconda terminal
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: