deepinsight / deepinsight/insightface

can't install insightface

Open
#2,751 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
29.7k
Forks
6.1k
PR merge metrics
No merged PRs in 30d

Description

when I use the way of "pip install -r requirements" to install "insightface", I find setup.py must contain numpy and Cython package first,but my machine didn't own any package at first, so even if I put the numpy and Cython at the top of requirements.txt, the setup.py still can't find out and check numpy and Cython package correctly, It will throw error like "no moudle 'numpy' found out". In some specific scenario, I must install packages by requirements.txt rather than using pip numpy first. So how can I address this problem?

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the failure in a clean environment with `pip install -r requirements.txt`, then inspect `setup.py` and `requirements.txt` to understand the dependency-order problem. Done means the project installs successfully from the requirements file without preinstalling numpy or Cython.

Written by the indexing model from the issue text.

Assessment

Tech stack
numpy, python
Domain
build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.