iitzco / faced

🚀 😏 Near Real Time CPU Face detection using deep learning
MIT License
549 stars 150 forks source link

Installation Error #15

Open ShadabFaiz opened 5 years ago

ShadabFaiz commented 5 years ago

Faiz  localhost  ~  GitRepos  Faced  🔥  pip3 install git+https://github.com/iitzco/faced.git Collecting git+https://github.com/iitzco/faced.git Cloning https://github.com/iitzco/faced.git to /tmp/pip-req-build-cqyujtbf Collecting numpy (from faced==0.1) Downloading https://files.pythonhosted.org/packages/3d/10/62224c551acfd3a3583ad16d1e0f1c9e9c333e74479dc51977c31836119c/numpy-1.16.0-cp37-cp37m-manylinux1_x86_64.whl (17.3MB) 100% |████████████████████████████████| 17.3MB 443kB/s Collecting tensorflow (from faced==0.1) Could not find a version that satisfies the requirement tensorflow (from faced==0.1) (from versions: ) No matching distribution found for tensorflow (from faced==0.1)

ibrahimaa9 commented 4 years ago

ust clone it on PC and modify install.py

change def readme(): with open('README.md') as f: return f.read()

to def readme(): pass

then install it