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

Missing dependencies? #29

Open
Erquint opened this issue Jun 24, 2022 · 3 comments
Open

Missing dependencies? #29

Erquint opened this issue Jun 24, 2022 · 3 comments

Comments

@Erquint
Copy link

Erquint commented Jun 24, 2022

PS C:\Users\Erquint\Downloads> pip install googledrivedownloader
Collecting googledrivedownloader
  Downloading googledrivedownloader-0.4-py2.py3-none-any.whl (3.9 kB)
Installing collected packages: googledrivedownloader
Successfully installed googledrivedownloader-0.4
WARNING: You are using pip version 21.2.3; however, version 22.1.2 is available.
You should consider upgrading via the 'C:\Python39\python.exe -m pip install --upgrade pip' command.
PS C:\Users\Erquint\Downloads> python
Python 3.9.7 (tags/v3.9.7:1016ef3, Aug 30 2021, 20:19:38) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from google_drive_downloader import GoogleDriveDownloader as gdd
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python39\lib\site-packages\google_drive_downloader\__init__.py", line 1, in <module>
    from .google_drive_downloader import GoogleDriveDownloader
  File "C:\Python39\lib\site-packages\google_drive_downloader\google_drive_downloader.py", line 2, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
>>>
@ChristianKleineidam
Copy link

I had the same error.

@csetanmayjain
Copy link

Can you try: pip install requests

@Erquint
Copy link
Author

Erquint commented Mar 24, 2023

Yeah, that works. But it should be taken care of by the package manager satisfying dependencies declared in the package, shouldn't it?
I opened the issue suspecting that the manifest lacks a declaration of that dependency. I'd suggest a fix if I was familiar with how that is to be declared.

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

3 participants