阿里云
tyang816
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos启动uwsgi: error while loading shared libraries: libssl.so.1.0.0
错误信息 uwsgi: error while loading shared libraries: libssl.so.1.0.0:cannot open shared object file: no such file or directory 解决办法(3种) 1.查看缺的文件,从anaconda复制 从Anaconda的安装目录lib下复制 libssl.so.1.0.0 到 /lib64(...原创 2020-04-08 15:42:38 · 1735 阅读 · 0 评论 -
anaconda+uwsgi报错Fatal Python error: initfsencoding: Unable to get the locale encoding
前言 我在使用阿里云centos7.4布置django网站的时候,因为自带的是python2,而我需要的是python3。为了图方便我安装了anaconda来引入python3,但是造成了不少的环境混乱的问题,在启动uwsgi的时候会报错找不到python。 安装uwsgi # 在这里默认你的pip3已经添加到环境 pip install uwsgi 如果pip无法使用,可以在/etc/prof...原创 2020-04-07 11:06:35 · 6048 阅读 · 3 评论
分享