Where to install Auto Keras as getting error on pip

27 Views Asked by At

as per autokeras website I am trying to install auto keras

I run this command

pip install autokeras

on Python 3.7.0 command prompt but I am getting this error

>>> pip install autokeras
  File "<stdin>", line 1
    pip install autokeras
              ^
SyntaxError: invalid syntax

what is wrong and how to fix it?

0

There are 0 best solutions below