OpenAdaptAI / OpenAdapt

AI-First Process Automation with Large ([Language (LLMs) / Action (LAMs) / Multimodal (LMMs)] / Visual Language (VLMs)) Models
https://www.OpenAdapt.AI
MIT License
745 stars 99 forks source link

[Bug]: `poetry run install-dashboard` gives error on Windows #693

Closed KrishPatel13 closed 1 month ago

KrishPatel13 commented 1 month ago

Describe the bug

I expected poetry run install-dashboard to unr successfully, but it gave an error as seen below: image

To Reproduce

Follow setup steps till the command, poetry run install-dashboard.

KrishPatel13 commented 1 month ago

I did some research for the causer of this error: image

I found that my pc did not have nvm installed. FYI: nvm = node version manager.

Further, I found out that: The install script for windows (ps1) did not install nvm successfully: image

So, in order to resolve this for windows, we shall investigate the install scripts' nvm installation part.

KrishPatel13 commented 1 month ago

Looks like, the code in the install script was correct, just that we had to mention about installing nvm in the manual setup.

As I followed the manual setup instructions and this was mentioned any where.

KrishPatel13 commented 1 month ago

Resolved here: https://github.com/OpenAdaptAI/OpenAdapt/pull/694

abrichr commented 1 month ago

Possibly related: https://github.com/OpenAdaptAI/OpenAdapt/issues/682