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
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm 2024.3.3\plugins\python-ce\helpers\pydev\pydevd.py", line 1570, in _exec
pydev_imports.execfile(file, globals, locals) # execute the script
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\JetBrains\PyCharm 2024.3.3\plugins\python-ce\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "C:\Users\76885\Desktop\gsProject\python\dcops\utils\mq\rstream.py", line 7, in
from rstream import Producer
File "C:\Users\76885\Desktop\gsProject\python\dcops\utils\mq\rstream.py", line 7, in
from rstream import Producer
ImportError: cannot import name 'Producer' from partially initialized module 'rstream' (most likely due to a circular import)