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
I've tried this yesterday with a couple of queries and it worked completely fine. But today it is showing some error -
Traceback (most recent call last):
File "E:\Pyhon\bing.py", line 1, in <module>
from bing_image_downloader import downloader
File "C:\Users\Admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\bing_image_downloader\downloader.py", line 6, in <module>
from bing import Bing
File "E:\Pyhon\bing.py", line 2, in <module>
downloader.download('apricot', limit=100, output_dir='dataset', adult_filter_off=True, force_replace=False, timeout=60, verbose=True)
AttributeError: partially initialized module 'bing_image_downloader.downloader' has no attribute 'download' (most likely due to a circular import)
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
I've tried this yesterday with a couple of queries and it worked completely fine. But today it is showing some error -
The text was updated successfully, but these errors were encountered: