keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 913 forks source link

I'm having same issue, i've install pip install -U git+https://github.com/keras-team/keras git+https://github.com/keras-team/keras-applications but found error. #132

Closed DarkDetectiv closed 4 years ago

DarkDetectiv commented 4 years ago

I'm having same issue, i've install pip install -U git+https://github.com/keras-team/keras git+https://github.com/keras-team/keras-applications but found error. here is the error

Tempat Install package atau module

!pip install -U git+https://github.com/keras-team/keras git+https://github.com/keras-team/keras-application

Collecting git+https://github.com/keras-team/keras Cloning https://github.com/keras-team/keras to c:\users\lenovo\appdata\local\temp\pip-req-build-54p30x38

Error [WinError 2] The system cannot find the file specified while executing command git clone -q https://github.com/keras-team/keras C:\Users\LENOVO\AppData\Local\Temp\pip-req-build-54p30x38 Cannot find command 'git' - do you have 'git' installed and in your PATH?

thanks for any helps :D

Originally posted by @DarkDetectiv in https://github.com/keras-team/keras-applications/issues/100#issuecomment-522341468

taehoonlee commented 4 years ago

@DarkDetectiv, It doesn't seem to be a Keras issue. The error message is Cannot find command 'git' - do you have 'git' installed and in your PATH?. You should install git first.

DarkDetectiv commented 4 years ago

@taehoonlee thank you, i've install git, but still error when i try to instal !pip install -U git+https://github.com/keras-team/keras git+https://github.com/keras-team/keras-application

taehoonlee commented 4 years ago

@DarkDetectiv, Please share the error message.

DarkDetectiv commented 4 years ago

@taehoonlee

70 empat Install package atau module

!pip install -U git+https://github.com/keras-team/keras git+https://github.com/keras-team/keras-application

Collecting git+https://github.com/keras-team/keras Cloning https://github.com/keras-team/keras to c:\users\lenovo\appdata\local\temp\pip-req-build-anlz990q

Error [WinError 2] The system cannot find the file specified while executing command git clone -q https://github.com/keras-team/keras C:\Users\LENOVO\AppData\Local\Temp\pip-req-build-anlz990q Cannot find command 'git' - do you have 'git' installed and in your PATH?

i've install git before and success, but still error, btw do you have the code about car-classification that data from http://ai.stanford.edu/~jkrause/cars/car_dataset.html?

taehoonlee commented 4 years ago

@DarkDetectiv, The error message is still Cannot find command 'git' - do you have 'git' installed and in your PATH?.

DarkDetectiv commented 4 years ago

@taehoonlee yes sir

taehoonlee commented 4 years ago

@DarkDetectiv, I'll close the issue for now. Please feel free to open it again at any time if you have additional comments.