You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an error during deployment, which states:
"ERROR: Cannot install cryptography~=37.0.4 and pyas2lib because these package versions have conflicting dependencies"
I attempted to resolve this issue by updating the version of cryptography to 38.0.4. Although this change allowed the build to pass, migrations for django-pyas2 library did not apply. Upon reviewing the logs, I found the following error:
"oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto"
Do you have any suggestions on how to address this issue?
Thanks,
Hammad
The text was updated successfully, but these errors were encountered:
Hello,
I encountered an error during deployment, which states:
"ERROR: Cannot install cryptography~=37.0.4 and pyas2lib because these package versions have conflicting dependencies"
I attempted to resolve this issue by updating the version of cryptography to 38.0.4. Although this change allowed the build to pass, migrations for django-pyas2 library did not apply. Upon reviewing the logs, I found the following error:
"oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto"
Do you have any suggestions on how to address this issue?
Thanks,
Hammad
The text was updated successfully, but these errors were encountered: