python openssl模組如何安裝?
小編曾經有過這樣的經歷,就是在安裝使用django框架時候,遇到了部分模組不能夠使用,檢查了很久,才發現是因為版本問題,需要重新編譯安裝一個模組版本。這個模組就是我們今天要說的 openssl模組,給大家來一個高瞻遠矚,先讓大家掌握住怎麼去安裝 openssl模組,方便大家日後碰到類似問題,可以得到有效解決。
第一步、下載openssl模組
wget tar -zxvf openssl-1.1.1a.tar.gz cd openssl-1.1.1a
第二步、安裝openssl模組
./config --prefix=/usr/local/openssl make&& make install
第三步、配置
ln -s /usr/local/openssl/include/openssl /usr/include/openssl ln -s /usr/local/openssl/lib/libssl.so.1.1 /usr/local/lib64/libssl.so ln -s /usr/local/openssl/bin/openssl /usr/bin/openssl
關於python裡的openssl模組安裝到此就已經全部完成了,如果需要安裝這個模組,或者遇到在進行Django框架安裝時候遇到這樣的問題,都可以利用上述方式進行解決。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/3486/viewspace-2831853/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python 模組安裝Python
- Python模組安裝Python
- Python安裝selenium模組Python
- python(pip)包/模組:如何離線安裝?Python
- Python如何檢視安裝了哪些模組?Python
- python 安裝模組的方法Python
- Python安裝模組有哪些方法?Python
- Python模組、第三方模組安裝、模組匯入教程Python
- python模組安裝目錄在哪裡Python
- Python paramiko模組的安裝與使用Python
- 怎樣安裝python的GPIO模組Python
- Python 模組的製作,釋出,安裝Python
- windows 安裝 opensslWindows
- PyMySQL模組安裝MySql
- Python:檢視已安裝模組 和 檢視可匯入模組Python
- 軟測WebUI Python安裝selenium模組失敗,用VSCode安裝成功WebUIPythonVSCode
- Windows安裝使用OpensslWindows
- Ubuntu中安裝OpenSSLUbuntu
- php 安裝zip模組PHP
- windows 安裝 Pillow 模組Windows
- Python 庫/模組的pip安裝和IPython的使用Python
- python3安裝編譯_tkinter模組丟失Python編譯
- Python怎麼安裝第三方模組Python
- Python筆記之paramiko模組安裝和使用示例Python筆記
- Python安裝cx_Oracle模組遇到的問題PythonOracle
- OpenSSL + Windows 下載安裝Windows
- CentOS6.5 安裝opensslCentOS
- Linux安裝Python3.11以及解決openssl問題LinuxPython
- pip 命令安裝模組包
- pip進行模組安裝
- Python3 全自動更新已安裝的模組Python
- Python表格處理模組xlrd在Anaconda中的安裝Python
- pip高階玩法,讓python模組安裝飛起來Python
- 如何編寫python模組Python
- Python2、3並存,Python3無法安裝requests模組Python
- 安裝python虛擬環境並配置虛擬環境以及安裝scrapy模組Python
- Python 安裝第三方模組的三種方法Python
- 模組的釋出和安裝