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
< (virtual) C:\Users\xxx\Auto_Jobs_Applier_AIHawk>python main.py
from webdriver_manager.core.file_manager import File
ImportError: cannot import name 'File' from partially initialized module 'webdriver_manager.core.file_manager' (most likely due to a circular import) (C:\Users\xxx\Auto_Jobs_Applier_AIHawk\virtual\Lib\site-packages\webdriver_manager\core\file_manager.py) >
How can I solve this? I am working on a Windows system
Specific tasks
No response
Additional resources
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Issue description
When running the script getting the below error:
< (virtual) C:\Users\xxx\Auto_Jobs_Applier_AIHawk>python main.py
from webdriver_manager.core.file_manager import File
ImportError: cannot import name 'File' from partially initialized module 'webdriver_manager.core.file_manager' (most likely due to a circular import) (C:\Users\xxx\Auto_Jobs_Applier_AIHawk\virtual\Lib\site-packages\webdriver_manager\core\file_manager.py) >
How can I solve this? I am working on a Windows system
Specific tasks
No response
Additional resources
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: