#Can't make Autogen UI run

7 messages · Page 1 of 1 (latest)

vestal stone
#

pip install autogenui .

I am going through the steps, but I get the following error:
'autogenui' is not recognized as an internal or external command,
operable program or batch file.

shadow sequoia
#

You would need to talk to @slender hemlock as this issue is not is not down to autogen

slender hemlock
#

The error you mentioned suggests the autogenui is not available on your path.
In general, I recommend using a managed environment like miniconda. This way pip installed apps are added to the path and then available on command line.
What OS are you on?

vestal stone
#

windows. I activate the conda environment. So should I also go the original path that the environment is and run it?

slender hemlock
#

Once your environment is activated, you should be able to follow the steps i.e. pip install autogenui and then run autogenui in the command line and it should work.

vestal stone
#

Thank you very much for your help. I think I followed this process, and it did not work. I will check again thoroughly. Thank you