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

Open
dbosk opened this issue Oct 20, 2024 · 0 comments
Open

Missing dependencies #104

dbosk opened this issue Oct 20, 2024 · 0 comments

Comments

@dbosk
Copy link

dbosk commented Oct 20, 2024

docopt

$ python3 -m pipx install volvooncall
  installed package volvooncall 0.10.4, installed using Python 3.10.12
  These apps are now globally available
    - voc
done! ✨ 🌟 ✨
$ voc
Traceback (most recent call last):
  File "/home/dbosk/.local/bin/voc", line 41, in <module>
    import docopt
ModuleNotFoundError: No module named 'docopt'
$ python3 -m pipx inject volvooncall docopt
  injected package docopt into venv volvooncall
done! ✨ 🌟 ✨

certifi

$ voc
Traceback (most recent call last):
  File "/home/dbosk/.local/bin/voc", line 50, in <module>
    import certifi
ModuleNotFoundError: No module named 'certifi'
$ python3 -m pipx inject volvooncall certifi
  injected package certifi into venv volvooncall
done! ✨ 🌟 ✨
(0|09:24)dbosk@X1:~
$ voc
Usage:
  voc (-h | --help)
  voc --version
  voc [-v|-vv] [options] list
  voc [-v|-vv] [options] status
  voc [-v|-vv] [options] trips [(--pretty|--json|--csv)]
  voc [-v|-vv] [options] owntracks
  voc [-v|-vv] [options] print [<attribute>]
  voc [-v|-vv] [options] (lock | unlock)
  voc [-v|-vv] [options] heater (start | stop)
  voc [-v|-vv] [options] engine (start | stop)
  voc [-v|-vv] [options] honk_and_blink
  voc [-v|-vv] [options] call <method>
  voc [-v|-vv] [options] mqtt
  voc [-v|-vv] [options] dashboard
@dbosk dbosk changed the title Missing dependency docopt Missing dependencies Oct 20, 2024
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

1 participant