I am running spyder in WSL on Ubuntu 18.04 LTS with XLaunch. When I run my code (no blank file, or anything), I get the following message in the console:
runfile('/home/picky/Research/trans_CGM_Multiprobes.py', wdir='/home/picky/Research') 02-Mar-22 22:18:21: sys:1: ResourceWarning: unclosed socket <zmq.Socket(zmq.PUSH) at 0x7f8a492549a0>
What does this mean, and how can I fix it?
I running Python Version 3.9.7 [GCC 7.5.0], Spyder 5.1.5, Ubuntu 18.04 LTS on WSL, Qt 5.9.7, PyQT5 5.9.2
Code (irrelevant, since everytime I f5 to run file, this happens):
# -*- coding: utf-8 -*-
"""
Author: Patrick
March 3rd 2022
"""
import numpy as np
which returns
In[32]:
"""
Author: Patrick
March 3rd 2022
"""
import numpy as np
02-Mar-22 22:35:41: sys:1: ResourceWarning: unclosed socket <zmq.Socket(zmq.PUSH) at 0x7f8a49238f40>