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

module 'lib' has no attribute 'OpenSSL_add_all_algorithms' #30

Open
s-kvng opened this issue Jan 6, 2023 · 1 comment
Open

module 'lib' has no attribute 'OpenSSL_add_all_algorithms' #30

s-kvng opened this issue Jan 6, 2023 · 1 comment

Comments

@s-kvng
Copy link

s-kvng commented Jan 6, 2023

Any time I run this command "python manage.py runserver_plus --cert-file cert.crt"... I get an error. Already downloaded the packages, but still doesnt work. This is from chapter 5
OpenSSL_error

@amadeann
Copy link

I ran into the same issue and fixed it by adding cryptography==38.0.4 line to requirements.txt and then running pip install -r requirements.txt.

source:
https://tickets.dominodatalab.com/hc/en-us/articles/12619091555860-JupyterLab-fails-to-start-with-AttributeError-module-lib-has-no-attribute-OpenSSL-add-all-algorithms-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants