-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues setting up AutoGen Assistant #739
Comments
Thanks for the notes.
By the way, were you able to get it running with Below edit was added to readme. npm install -g gatsby-cli
npm install --global yarn
cd frontend
yarn install
yarn build The
gatsby clean && rmdir /s /q ..\\autogenra\\web\\ui && (set \"PREFIX_PATH_VALUE=\" || ver>nul) && gatsby build --prefix-paths && xcopy /E /I /Y public ..\\autogenra\\web\\ui
|
Hi, Yes. I am running into this problem running windows 11. I am not sure how to fix it.
I tried that and it did not work |
I am trying to use this app. I think its supposed to be UI to interact with Autogen. I have followed the steps, up until "yarn build" in the frontend folder. When I run the command I get
So I tried using Git Bash But I ran Into something else,
Any clue on how to tackle this? |
i did these steps, I think my issue is with
i dont know where to add the word set. edit:
Is the error I got next and thats where my limited knowledge carries me. |
Hi @mbadawy1 , The UI build process is currently designed for use in a linux environment. I am working on updated documentation to provide direction for windows users - that work is in the branch here . There are two ways to use the app: Pip install autogenraCreate a new conda environment. This should install from the built pypi version and autogenra ui should work correctly. Build UIFor windows, please try the command below instead of running yarn build. gatsby clean && rmdir /s /q ..\autogenra\web\ui && (set "PREFIX_PATH_VALUE=" || ver>nul) && gatsby build --prefix-paths && xcopy /E /I /Y public ..\autogenra\web\ui Thanks again for trying this out, your feedback is most appreciated. |
* improve template for files, integreate files in db * ui update, improvements to file display grid * add new global skill for image generation * update readme to address #739 * utils.py refactor, separate db uitls for ease of development * db utils * add support for sessions both in backend api and ui * improve implementation for session support * add early v1 support for a gallery and publishing to a gallery * rewrite logic for file storage representation. Store only file references on in db * update generate image logic * update ui layout * fix light dark mode bug * v1 support for showing items added to gallery * remove viewer as it is merged in gallery * formatting updates * QOL refactoring * readme and general updates * add example notebook on assistant api * imporve naming conventions and formatting * readme update * Update samples/apps/autogen-assistant/pyproject.toml Co-authored-by: Chi Wang <[email protected]> * Update samples/apps/autogen-assistant/notebooks/tutorial.ipynb Co-authored-by: Chi Wang <[email protected]> --------- Co-authored-by: Chi Wang <[email protected]>
I was having the same issue as stated by others. Running the below instead of yarn build, results in a successful build and works as it should on Windows 10.
If you are installing from source you may need to
and
|
* improve template for files, integreate files in db * ui update, improvements to file display grid * add new global skill for image generation * update readme to address microsoft#739 * utils.py refactor, separate db uitls for ease of development * db utils * add support for sessions both in backend api and ui * improve implementation for session support * add early v1 support for a gallery and publishing to a gallery * rewrite logic for file storage representation. Store only file references on in db * update generate image logic * update ui layout * fix light dark mode bug * v1 support for showing items added to gallery * remove viewer as it is merged in gallery * formatting updates * QOL refactoring * readme and general updates * add example notebook on assistant api * imporve naming conventions and formatting * readme update * Update samples/apps/autogen-assistant/pyproject.toml Co-authored-by: Chi Wang <[email protected]> * Update samples/apps/autogen-assistant/notebooks/tutorial.ipynb Co-authored-by: Chi Wang <[email protected]> --------- Co-authored-by: Chi Wang <[email protected]>
Closing this due to inactivity. References
|
* improve template for files, integreate files in db * ui update, improvements to file display grid * add new global skill for image generation * update readme to address microsoft#739 * utils.py refactor, separate db uitls for ease of development * db utils * add support for sessions both in backend api and ui * improve implementation for session support * add early v1 support for a gallery and publishing to a gallery * rewrite logic for file storage representation. Store only file references on in db * update generate image logic * update ui layout * fix light dark mode bug * v1 support for showing items added to gallery * remove viewer as it is merged in gallery * formatting updates * QOL refactoring * readme and general updates * add example notebook on assistant api * imporve naming conventions and formatting * readme update * Update samples/apps/autogen-assistant/pyproject.toml Co-authored-by: Chi Wang <[email protected]> * Update samples/apps/autogen-assistant/notebooks/tutorial.ipynb Co-authored-by: Chi Wang <[email protected]> --------- Co-authored-by: Chi Wang <[email protected]>
The readme file needs some updates, and I still cannot run it (Windows 10).
npm install -g gatsby-cli
set PREFIX_PATH_VALUE=''
cp: cannot stat 'public/': No such file or directory
, under the samples/apps/autogen-assistant folder.TypeError: issubclass() arg 1 must be a class
The text was updated successfully, but these errors were encountered: