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 dependecy #7

Open
teoc98 opened this issue May 22, 2024 · 1 comment
Open

Missing dependecy #7

teoc98 opened this issue May 22, 2024 · 1 comment

Comments

@teoc98
Copy link

teoc98 commented May 22, 2024

Traceback (most recent call last):
  File "/home/matteo/.local/bin/sheets", line 5, in <module>
    from docCLI.sheets import open_sheets
  File "/home/matteo/.local/share/pipx/venvs/doccli/lib/python3.12/site-packages/docCLI/sheets.py", line 5, in <module>
    from docCLI.core import create_url_creator, get_file_id, download_file
  File "/home/matteo/.local/share/pipx/venvs/doccli/lib/python3.12/site-packages/docCLI/core.py", line 8, in <module>
    from docCLI.google import drive_service
  File "/home/matteo/.local/share/pipx/venvs/doccli/lib/python3.12/site-packages/docCLI/google.py", line 6, in <module>
    from oauth2client import client
ModuleNotFoundError: No module named 'oauth2client'

Solved with

cd <venv dir>
bin/python -m pip install oauth2client
@poehlert
Copy link

If you're using pipx

pipx inject doccli oauth2client;

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