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

Requests dependency missing #10

Closed
karlism opened this issue Oct 7, 2021 · 1 comment
Closed

Requests dependency missing #10

karlism opened this issue Oct 7, 2021 · 1 comment

Comments

@karlism
Copy link

karlism commented Oct 7, 2021

Hello,

After installing bitwardentools module on freshly installed RHEL 8 VM with Python 3.9, following error appears during bitwardentools python module import:

$ python3
Python 3.9.2 (default, May 20 2021, 01:29:22) 
[GCC 8.4.1 20200928 (Red Hat 8.4.1-1.0.1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from bitwardentools import Client;
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.9/site-packages/bitwardentools/__init__.py", line 1, in <module>
    from bitwardentools.client import *  # noqa
  File "/usr/local/lib/python3.9/site-packages/bitwardentools/client.py", line 22, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
>>> 

Installation of py39-requests RPM package resolves this issue, so I guess that requests module is missing in bitwardentools dependencies.

@kiorky kiorky closed this as completed in b1afbcd Oct 7, 2022
@kiorky
Copy link
Contributor

kiorky commented Oct 7, 2022

1.0.55 will ensure it.

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