-
Notifications
You must be signed in to change notification settings - Fork 34
ModuleNotFoundError: No module named _bing #16
Comments
Thanks for sharing, let me take a look at this. I haven't touched this library in a while. |
Hi @Calvindrakkez020! I haven't been able to reproduce this error from my end. Can you try reinstalling the library and letting me know? |
I'm getting the same error on a fresh install. Reinstalling does not fix it. Traceback (most recent call last): |
Thanks for the report @GitOffMyLAN, let me investigate this further. I haven't touched this library in over 2-years and I am opting to just completely rewrite it. |
I have this error too on windows. |
ModuleNotFoundError: No module named '_bing', same error happens to me. how to solve it? |
This error happened using 'pip install image_search'. |
I also get the same error on windows when installing with pip |
Use pip install git+https://github.com/rushilsrivastava/image_search.git |
Thanks @onlyrohits, this worked fine for me |
C:\Users\Calvi\Desktop>image_search google cat --limit 10 --json
Traceback (most recent call last):
File "C:\Users\Calvi\AppData\Local\Programs\Python\Python38-32\Scripts\image_search-script.py", line 11, in
load_entry_point('image-search==0.0.1', 'console_scripts', 'image_search')()
File "c:\users\calvi\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources_init_.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\users\calvi\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources_init_.py", line 2855, in load_entry_point
return ep.load()
File "c:\users\calvi\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources_init_.py", line 2446, in load
return self.resolve()
File "c:\users\calvi\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources_init_.py", line 2452, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "c:\users\calvi\appdata\local\programs\python\python38-32\lib\site-packages\image_search\console.py", line 5, in
import _bing
ModuleNotFoundError: No module named '_bing'
The text was updated successfully, but these errors were encountered: