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
No idea why this happened. My script has no socket functions. These are the libraries I'm importing:
import matplotlib.pyplot as plt
import h5py
import skrf as rf
import numpy as np
import pandas as pd
import matplotlib.patches as mpatches
import matplotlib.lines as mlines
import PseudoVectorCalculation as PseudoVectorCalculation # custom library
from scipy import interpolate
import scipy.io as sio
Traceback
Exception in callback AddThreadSelectorEventLoop._handle_select([9916], [])
handle: <Handle AddThreadSelectorEventLoop._handle_select([9916], [])>
Traceback (most recent call last):
File "C:\Users\chitnis\anaconda3\envs\spyder-env\Lib\asyncio\events.py", line 80, in _runself._context.run(self._callback, *self._args)
File "C:\Users\chitnis\anaconda3\envs\spyder-env\Lib\site-packages\tornado\platform\asyncio.py", line 647, in _handle_selectself._handle_event(r, self._readers)
File "C:\Users\chitnis\anaconda3\envs\spyder-env\Lib\site-packages\tornado\platform\asyncio.py", line 661, in _handle_event
callback()
File "C:\Users\chitnis\anaconda3\envs\spyder-env\Lib\site-packages\tornado\platform\asyncio.py", line 206, in _handle_events
handler_func(fileobj, events)
File "C:\Users\chitnis\anaconda3\envs\spyder-env\Lib\site-packages\zmq\eventloop\zmqstream.py", line 614, in _handle_events
zmq_events =self.socket.EVENTS^^^^^^^^^^^^^^^^^^
File "C:\Users\chitnis\anaconda3\envs\spyder-env\Lib\site-packages\zmq\sugar\attrsettr.py", line 56, in __getattr__returnself._get_attr_opt(upper_key, opt)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\chitnis\anaconda3\envs\spyder-env\Lib\site-packages\zmq\sugar\attrsettr.py", line 68, in _get_attr_optreturnself.get(opt)
^^^^^^^^^^^^^
File "zmq/backend/cython/socket.pyx", line 512, in zmq.backend.cython.socket.Socket.get
File "zmq/backend/cython/socket.pyx", line 270, in zmq.backend.cython.socket._getsockopt
File "zmq/backend/cython/checkrc.pxd", line 28, in zmq.backend.cython.checkrc._check_rczmq.error.ZMQError: not a socket
Description
What steps will reproduce the problem?
No idea why this happened. My script has no socket functions. These are the libraries I'm importing:
Traceback
Versions
Dependencies
Environment
Environment
The text was updated successfully, but these errors were encountered: