We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem with https://github.com/iterative/dvc which seems to effect all versions of dvc installed with poetry2nix.
dvc
On dvc push or dvc pull, fails with
dvc push
dvc pull
ERROR: unexpected error - cannot import name 'exceptions' from 'cryptography.hazmat.bindings._rust' (unknown location)
The error is happening from here in dvc’s dependency cryptography:
https://github.com/pyca/cryptography/blob/6b39f10598c1a291eaccdaa8b7bb2eedf4acab95/src/cryptography/exceptions.py#L9
cryptography override:
poetry2nix/overrides/default.nix
Lines 584 to 656 in ef877b8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
Problem with https://github.com/iterative/dvc which seems to effect all versions of
dvc
installed with poetry2nix.On
dvc push
ordvc pull
, fails withAdditional context
The error is happening from here in dvc’s dependency cryptography:
https://github.com/pyca/cryptography/blob/6b39f10598c1a291eaccdaa8b7bb2eedf4acab95/src/cryptography/exceptions.py#L9
cryptography override:
poetry2nix/overrides/default.nix
Lines 584 to 656 in ef877b8
The text was updated successfully, but these errors were encountered: