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

pip install does not resolve all dependencies #27

Open
pavel-kolesnikov opened this issue Dec 20, 2021 · 1 comment
Open

pip install does not resolve all dependencies #27

pavel-kolesnikov opened this issue Dec 20, 2021 · 1 comment

Comments

@pavel-kolesnikov
Copy link

Hi, I've installed pass_secret_service with pip install pass_secret_service on Fedora 35 with default python.

Direct invocation gives this:

[pk@pkolesnikov-f34 ~]$ pass_secret_service 
Traceback (most recent call last):
  File "/home/pk/.local/bin/pass_secret_service", line 5, in <module>
    from pass_secret_service import main
  File "/home/pk/.local/lib/python3.10/site-packages/pass_secret_service/__init__.py", line 1, in <module>
    from pass_secret_service.pass_secret_service import main
  File "/home/pk/.local/lib/python3.10/site-packages/pass_secret_service/pass_secret_service.py", line 8, in <module>
    from pass_secret_service.interfaces.service import Service
  File "/home/pk/.local/lib/python3.10/site-packages/pass_secret_service/interfaces/service.py", line 11, in <module>
    from pass_secret_service.interfaces.session import Session
  File "/home/pk/.local/lib/python3.10/site-packages/pass_secret_service/interfaces/session.py", line 8, in <module>
    from cryptography.utils import int_from_bytes
ModuleNotFoundError: No module named 'cryptography'
@3nprob
Copy link

3nprob commented Mar 21, 2022

This seems to just be a matter of the release on pypi being out of date. This issue does not appear on current develop branch. (Running pip install -r requirements.txt inside fedora:latest docker image.

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