Last active
July 4, 2024 03:09
-
-
Save kenzo0107/f204c7af2b764d15a6c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum -y install gcc gcc-c++ kernel-devel | |
sudo yum -y install python-devel libxslt-devel libffi-devel openssl-devel | |
pip install cryptography |
Thanks. It works.
It worked, thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A non-trivial solution:
Then re-build your Python. It will make Python equipped with these build utilities (gcc, g++ etc.):
If you are using
venv
, you have to create thevenv
again under this corrected python installation.