Module 'cv2' has no attribute

Dear all,
I have the same problem.
can i ask you for help?

Traceback (most recent call last):
  File "C:\EVS\ROBO_F.py", line 1, in <module>
    from roboflow import Roboflow
  File "C:\Python38\lib\site-packages\roboflow\__init__.py", line 8, in <module>
    from roboflow.core.project import Project
  File "C:\Python38\lib\site-packages\roboflow\core\project.py", line 9, in <module>
    import cv2
  File "C:\Python38\lib\site-packages\cv2\__init__.py", line 181, in <module>
    bootstrap()
  File "C:\Python38\lib\site-packages\cv2\__init__.py", line 175, in bootstrap
    if __load_extra_py_code_for_module("cv2", submodule, DEBUG):
  File "C:\Python38\lib\site-packages\cv2\__init__.py", line 28, in __load_extra_py_code_for_module
    py_module = importlib.import_module(module_name)
  File "C:\Python38\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "C:\Python38\lib\site-packages\cv2\gapi\__init__.py", line 301, in <module>
    cv.gapi.wip.GStreamerPipeline = cv.gapi_wip_gst_GStreamerPipeline
AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' (most likely due to a circular import)

Hi @Petr_Brejtr

I split off your reply since it was an unrelated error.

Could you share the environment and code that you ran when you experienced this issue?