8000 insightface · Issue #1363 · chaquo/chaquopy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
insightface #1363
Open
Open
@yellowswimming

Description

@yellowswimming

The version of my android project is old, so I have to use
// python {
// defaultConfig {
// buildPython "C:\Users\26950\AppData\Local\Programs\Python\Python310\python.exe"
//// pip {
////// options("--index-url", "https://pypi.tuna.tsinghua.edu.cn/simple")
////// options("--no-cache-dir") // 禁用pip缓存
////// install("wheel") // 安装wheel,这可能有助于某些包的安装
////// install("numpy")
////// install("insightface")
////// install("onnxruntime")
////
//// }
to install packages. Is the underlying download the same as "pip -r requirements.txt"? If I want to install like "numpy" firstly, then install other packages, how can I do this? Because I find when downloading "insightface" package, it will check whether there is numpy,if not, then throw error. So I need to install numpy first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0