如何解决编译motioneyeos时的生成错误

2024-10-01 05:06:47 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图在ubuntu中从github编译motioneyeos,我得到以下错误:

HTTP request sent, awaiting response... 403 SSL is required 2018-02-13 09:25:27 ERROR 403: SSL is required.

我试着用

pip install xxxx -i https://pypi.python.org/simple/

但inturn出错了

Collecting xxxx Could not find a version that satisfies the requirement xxxx (from versions: ) No matching distribution found for xxxx

我无法修复错误。 有人能帮我吗


Tags: pipgithubhttpsslisresponserequestubuntu
1条回答
网友
1楼 · 发布于 2024-10-01 05:06:47

这应该是固定的,如ccrisan/motioneyeos issue 1210所述 .

检查ccrisan/thingos commit c508ee6是否合并到motioneyeos中

ccrisan/motioneyeos/issue 1211中所述:

the pycurl problem has been reported in #1210.
I'll probably have to update the buildroot package.

Until then, I recommend manually downloading pycurl-7.19.5.1.tar.gz and placing it in the .download folder.

相关问题 更多 >