autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 270 forks source link

Problem installing talos 1.0 #494

Closed zonexo closed 4 years ago

zonexo commented 4 years ago

Hi, I got this error when I try to install:


(tf2_env) C:\Users\wtay>pip install git+https://github.com/autonomio/talos@1.0
Collecting git+https://github.com/autonomio/talos@1.0
  Cloning https://github.com/autonomio/talos (to revision 1.0) to c:\users\wtay\appdata\local\temp\pip-req-build-sqat8hlc
  Running command git clone -q https://github.com/autonomio/talos 'C:\Users\wtay\AppData\Local\Temp\pip-req-build-sqat8hlc'
  ERROR: Error [WinError 2] The system cannot find the file specified while executing command git clone -q https://github.com/autonomio/talos 'C:\Users\wtay\AppData\Local\Temp\pip-req-build-sqat8hlc'
ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?

Can you help? Thanks!

github-actions[bot] commented 4 years ago

Welcome to Talos community! Thanks so much for creating your first issue :)

mikkokotila commented 4 years ago

You don't have git installed on your system. You must install it first :)