如何在没有make命令可用的openwrt嵌入式设备中安装“ python-flask”软件包?

我想在基于OpenWRT的路由器中安装python-flask模块。软件包的链接为https://github.com/openwrt/packages/tree/openwrt-18.06/lang/python/Flask,其中仅包含Makefile。此外,路由器中没有安装“ make”命令。

-ash: make: not found

使用opkg install命令:-

# opkg install python3-flask
Unknown package 'python3-flask'.
Collected errors:
 * opkg_install_cmd: Cannot install package python3-flask.
    # opkg install python3-flask
    Unknown package 'python3-flask'.
    Collected errors:
     * opkg_install_cmd: Cannot install package python3-flask.

我的主要目的是在路由器中启动flask服务器并处理GET / POST请求。

wangyi19890218 回答:如何在没有make命令可用的openwrt嵌入式设备中安装“ python-flask”软件包?

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3146773.html

大家都在问