Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFound error while installing #6774

Open
esiruchek opened this issue Nov 3, 2023 · 1 comment
Open

ModuleNotFound error while installing #6774

esiruchek opened this issue Nov 3, 2023 · 1 comment

Comments

@esiruchek
Copy link

Per the title, upon installing instapy in the command module, the error below is presented:

Traceback (most recent call last):
  File "<pyshell#9>", line 1, in <module>
    import instapy
  File "C:\Users\Esiru\AppData\Local\Programs\Python\Python310\lib\instapy\__init__.py", line 6, in <module>
    from .instapy import InstaPy
  File "C:\Users\Esiru\AppData\Local\Programs\Python\Python310\lib\instapy\instapy.py", line 34, in <module>
    from .browser import close_browser, set_selenium_local_session
  File "C:\Users\Esiru\AppData\Local\Programs\Python\Python310\lib\instapy\browser.py", line 11, in <module>
    from webdriverdownloader import GeckoDriverDownloader
ModuleNotFoundError: No module named 'webdriverdownloader'
@capak07
Copy link

capak07 commented Mar 20, 2024

@esiruchek try manually downloading the modeule
pip install webdriverdownloader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants