Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
LTO版本问题
Apps Section
1374
views ·
2
replies ·
To
floor
Go
pydjangoshaw
deepin
2018-03-13 01:32
Author
任何版本的python3,输入sudo pip install uswgi就会安装失败。
我在错误代码中找到一句:
bytecode stream generated with LTO version 6.0 instead of the expected 5.2。
而且LTO是个啥玩意我根本就不知道,去搜也搜不到,apt-get也查不到这个包。
Reply
Like 0
Favorite
View the author
All Replies
nevershow
deepin
2018-03-13 02:50
#1
试试这个 https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html#installing-uwsgi-with-python-support
要先安装python3-dev
Reply
Like 0
View the author
pydjangoshaw
deepin
2018-03-13 21:04
#2
解决了,原来GCC版本过高也不行
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
How to fix grub boot menu that has disappeared?
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
我在错误代码中找到一句:
bytecode stream generated with LTO version 6.0 instead of the expected 5.2。
而且LTO是个啥玩意我根本就不知道,去搜也搜不到,apt-get也查不到这个包。