Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Missing dependency - ModuleNotFoundError: No module named 'packaging' #27

Closed
commonism opened this issue Jan 15, 2024 · 1 comment
Closed

Comments

@commonism
Copy link
Contributor

When after installing bitwardentools in an empty 3.12 venv

>>> import bitwardentools
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/tmp/demo/lib/python3.12/site-packages/bitwardentools/__init__.py", line 1, in <module>
    from bitwardentools.client import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/demo/lib/python3.12/site-packages/bitwardentools/client.py", line 24, in <module>
    from packaging import version as _version
ModuleNotFoundError: No module named 'packaging'

installing packaging from pip helped.

OdyX added a commit to liip-forks/bitwardentools that referenced this issue Jul 17, 2024
OdyX added a commit to liip-forks/bitwardentools that referenced this issue Jul 17, 2024
OdyX added a commit to liip-forks/bitwardentools that referenced this issue Jul 17, 2024
OdyX added a commit to liip-forks/bitwardentools that referenced this issue Jul 17, 2024
OdyX added a commit to liip-forks/bitwardentools that referenced this issue Jul 17, 2024
OdyX added a commit to liip-forks/bitwardentools that referenced this issue Jul 17, 2024
OdyX added a commit to liip-forks/bitwardentools that referenced this issue Jul 23, 2024
@kiorky
Copy link
Contributor

kiorky commented Dec 12, 2024

fixed in latest release.

@kiorky kiorky closed this as completed Dec 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants