Skip to content

Missing dependecy #7

Description

@teoc98
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions