Compare commits

...

4 Commits

Author SHA1 Message Date
Priyanshu Singh d778b5cb57
Merge 81b4759b39 into 3107f74165 2024-08-30 16:41:51 +05:30
Kenneth Estanislao 3107f74165
Merge pull request from duhow/patch-1
fix: requirements ResolutionImpossible
2024-08-30 19:09:02 +08:00
David Girón 99704f3a18
fix: requirements ResolutionImpossible 2024-08-30 09:07:40 +02:00
Priyanshu Singh 81b4759b39
Update README.md
pip install  -r requirements.txt didn't work so I tried this worked
pip install --use-pep517 -r requirements.txt
2024-08-27 01:01:40 +05:30
2 changed files with 6 additions and 1 deletions

View File

@ -32,6 +32,11 @@ Then put those 2 files on the "**models**" folder
We highly recommend to work with a `venv` to avoid issues.
```
pip install -r requirements.txt
```
or try if above failed
```
pip install --use-pep517 -r requirements.txt
```
For MAC OS, You have to install or upgrade python-tk package:
```

View File

@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cu118
numpy==1.23.5
numpy>=1.23.5,<2
opencv-python==4.8.1.78
onnx==1.16.0
insightface==0.7.3