alok-ai-lab / pyDeepInsight

A python implementation of the DeepInsight methodology.
GNU General Public License v3.0
158 stars 47 forks source link

Can't install the package #7

Closed meyiduleme closed 3 years ago

meyiduleme commented 3 years ago

Hello! That's me again... I can't install the pyDeepInsight... Is that the right path? Thanks!

kaboroevich commented 3 years ago

Please post what command you ran and the entire error report.

meyiduleme commented 3 years ago

Windows 64 cmd: pip install git+git://github.com/alok-ai-lab/DeepInsight.git#egg=DeepInsight

Error: Command "git clone -q git://github.com/alok-ai-lab/DeepInsight.git#egg=DeepInsight C://Users/mduleme/AppData/Local/Temp/pip-req-build-fgc844i8' failed with error code 128 in None

Thank you!

ttalaeik commented 3 years ago

have similar problem

kaboroevich commented 3 years ago

I'm not very familiar with python on windows. It appears to be an issue with downloading from git. Is git installed on your system? Also, is the pip linked to python2 or python3?

kaboroevich commented 3 years ago

Closing this issue due to a lack of response. Can reopen if it's determined to be a pyDeepInsight issue and not a system issue.