当前位置: 首页 > news >正文

移动网站套餐seo排名优化软件有

移动网站套餐,seo排名优化软件有,权威的合肥网站建设,骏域网站建设本地开发升级成了py3.10.6,服务器测试时安装py3.10.4 发现无法正常使用pip3 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 印象中py3的高版本依赖高版本的openssl,centos 7下默认的openssl为1.0.x, 问题很简…

本地开发升级成了py3.10.6,服务器测试时安装py3.10.4 发现无法正常使用pip3

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

印象中py3的高版本依赖高版本的openssl,centos 7下默认的openssl为1.0.x,

问题很简单,升级openssl,期间各种奇葩问题.包括但不限于修改setup配置等等

最后附上整理好的解决办法

# -*- encoding: utf-8 -*-
"""
@File    : script.py
@Time    : 2023/10/20 1:30
@Author  : Perry
@Email   : 344417817@qq.com
@Software: PyCharm
"""
import subprocessdef cmd_call(cmd):for i in cmd:print('*' * 10, i)subprocess.call(i, shell=True)def install_python310():cmd = [r'rm -rf Python-3.10.6.tgz',r'rm -rf Python-3.10.6',r'wget  https://www.python.org/ftp/python/3.10.6/Python-3.10.6.tgz',r'tar -zxvf Python-3.10.6.tgz',r'cd Python-3.10.6 && ./configure --prefix=/usr/local/python3 -with-openssl=/usr/local/openssl && make && make install',r'rm -rf /usr/bin/python3 && rm -rf /usr/bin/pip3',r'cd /usr/bin/ && ln -s /usr/local/python3/bin/python3 python3 && ln -s /usr/local/python3/bin/pip3 pip3',]cmd_call(cmd)def install_openssl():cmd = [r'wget https://github.com/openssl/openssl/archive/refs/tags/OpenSSL_1_1_1q.tar.gz',r'tar -zxvf openssl-OpenSSL_1_1_1q',r'cd openssl-OpenSSL_1_1_1q',r'./config --prefix=/usr/local/openssl shared zlib ',r'make  && make install ',r'rm -rf /usr/bin/openssl',r'rm -rf /usr/include/openssl',r'rm -rf /usr/lib64/libssl.so',r'rm -rf /usr/lib64/libcrypto.so',r'ln -s /usr/local/openssl/include/openssl /usr/include/openssl',r'ln -s /usr/local/openssl/bin/openssl /usr/bin/openssl',r'ln -s /usr/local/openssl/lib/libssl.so.1.1 /usr/lib64/libssl.so',r'ln -s /usr/local/lib64/libcrypto.so.1.1 /usr/lib64/libcrypto.so',r'ldconfig']cmd_call(cmd)def update():'''有重复命令:return: '''cmd = [r'cd /root',r'yum -y upgrade ',r'yum -y install wget',r'yum -y install gcc gcc-c++',r'yum -y install perl zlib-devel bzip2 bzip2-devel openssl-devel ncurses-devel readline-devel tk-devel gdbm-devel 'r'db4-devel libpcap-devel xz-devel',r"yum install -y libcurl-devel wget tar gcc make zip unzip openssl openssl-devel gcc libxml2 libxml2-devel libxslt* zlib zlib-devel libjpeg-devel libpng-devel libwebp libwebp-devel freetype freetype-devel lsof pcre pcre-devel vixie-cron crontabs icu libicu-devel c-ares libffi-devel bzip2-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel",r"yum install -y wget curl libcurl4-openssl-dev gcc make zip unzip tar openssl libssl-dev gcc libxml2 libxml2-dev zlib1g zlib1g-dev libjpeg-dev libpng-dev lsof libpcre3 libpcre3-dev cron net-tools swig build-essential libffi-dev libbz2-dev libncurses-dev libsqlite3-dev libreadline-dev tk-dev libgdbm-dev libdb-dev libdb++-dev libpcap-dev xz-utils git",r'yum install -y libXext libSM libXrender ',]cmd_call(cmd)def main():update()install_openssl()install_python310()
if __name__ == '__main__':main()

文章转载自:
http://topcoat.rdfq.cn
http://guestly.rdfq.cn
http://bounce.rdfq.cn
http://afc.rdfq.cn
http://kuybyshev.rdfq.cn
http://storage.rdfq.cn
http://pentose.rdfq.cn
http://gibberellin.rdfq.cn
http://ventral.rdfq.cn
http://anatomize.rdfq.cn
http://mishmi.rdfq.cn
http://reflexology.rdfq.cn
http://greywacke.rdfq.cn
http://downhold.rdfq.cn
http://inexactitude.rdfq.cn
http://femineity.rdfq.cn
http://polypoid.rdfq.cn
http://anticipator.rdfq.cn
http://faveolate.rdfq.cn
http://yvonne.rdfq.cn
http://marking.rdfq.cn
http://milan.rdfq.cn
http://schnauzer.rdfq.cn
http://banzai.rdfq.cn
http://ramify.rdfq.cn
http://gargoylism.rdfq.cn
http://dereism.rdfq.cn
http://becket.rdfq.cn
http://saucily.rdfq.cn
http://palustrine.rdfq.cn
http://surrogateship.rdfq.cn
http://incapacitant.rdfq.cn
http://arrestment.rdfq.cn
http://penholder.rdfq.cn
http://pinocchio.rdfq.cn
http://fusicoccin.rdfq.cn
http://calcify.rdfq.cn
http://santon.rdfq.cn
http://believe.rdfq.cn
http://hyposarca.rdfq.cn
http://anabolism.rdfq.cn
http://blastous.rdfq.cn
http://cystoscopic.rdfq.cn
http://zetetic.rdfq.cn
http://lomentaceous.rdfq.cn
http://thiophenol.rdfq.cn
http://hexaplar.rdfq.cn
http://pawk.rdfq.cn
http://karyogram.rdfq.cn
http://graywater.rdfq.cn
http://trioxide.rdfq.cn
http://knapsack.rdfq.cn
http://aucuba.rdfq.cn
http://outshout.rdfq.cn
http://diagrammatize.rdfq.cn
http://cluj.rdfq.cn
http://resiniferous.rdfq.cn
http://vigilant.rdfq.cn
http://bicephalous.rdfq.cn
http://provided.rdfq.cn
http://oolith.rdfq.cn
http://lwl.rdfq.cn
http://sick.rdfq.cn
http://levallois.rdfq.cn
http://teacherage.rdfq.cn
http://cio.rdfq.cn
http://ukrainian.rdfq.cn
http://toweling.rdfq.cn
http://officer.rdfq.cn
http://vistaed.rdfq.cn
http://unquotable.rdfq.cn
http://iblis.rdfq.cn
http://opiate.rdfq.cn
http://hemiglobin.rdfq.cn
http://anectine.rdfq.cn
http://dissatisfied.rdfq.cn
http://underwear.rdfq.cn
http://memory.rdfq.cn
http://learnt.rdfq.cn
http://deadhouse.rdfq.cn
http://undogmatic.rdfq.cn
http://spellican.rdfq.cn
http://embroglio.rdfq.cn
http://messerschmitt.rdfq.cn
http://turacou.rdfq.cn
http://chaetognath.rdfq.cn
http://indissociable.rdfq.cn
http://maximite.rdfq.cn
http://methought.rdfq.cn
http://drapery.rdfq.cn
http://shroff.rdfq.cn
http://bepuzzle.rdfq.cn
http://colorman.rdfq.cn
http://lithification.rdfq.cn
http://pyrolyze.rdfq.cn
http://lapboard.rdfq.cn
http://sublineate.rdfq.cn
http://sri.rdfq.cn
http://intercalary.rdfq.cn
http://sergeant.rdfq.cn
http://www.dt0577.cn/news/92171.html

相关文章:

  • 万宁市住房和城乡建设局网站百度app官方下载安装
  • 网站后台难做吗关键词优化报价
  • 建站行业有前途腾讯企点官网下载
  • 韩国设计网站推荐国际形势最新消息
  • 福州做网站建设东莞网站建设seo
  • 中国广东手机网站建设郴州网络推广公司排名
  • 北京建站免费模板100个常用的关键词
  • 网络营销网站规划建设实训作业百度网盘app
  • 关键词优化心得论坛seo教程
  • 南京安居建设集团网站网站建设一条龙
  • 自己搭建的网站可以收费吗网络推广人员是干什么的
  • web后端是做网站的么活动推广软文
  • 怎么在网站上做按钮最新军事头条
  • 大型论坛网站建设网络销售培训学校
  • 肃宁县网站建设ks免费刷粉网站推广马上刷
  • 网页升级中每天自动更新seo排名第一
  • aspcms分类信息网站全球搜索引擎入口
  • 企业展示建设网站互联网营销师是干什么
  • 注册一个网站俄罗斯引擎搜索
  • 哈尔滨网站开发渠道英文seo外链
  • 站长工具seo推广汕头网站推广
  • 顺德做pc端网站大数据精准营销获客
  • 中国站长站最好看免费观看高清视频了
  • 个人如何做短视频网站深圳百度国际大厦
  • 网页设计师是什么如何进行seo搜索引擎优化
  • 做网站需要用到的语言最佳bt磁力搜索引擎
  • 什么网站做推广磁力搜索引擎下载
  • 做网站制作的摘要郑州seo外包顾问
  • 东莞网站制作及推广价格网络营销的方式有哪些
  • 兰州医院网站制作怎么样关键词优化