Skyvern-AI / skyvern

Automate browser-based workflows with LLMs and Computer Vision
https://www.skyvern.com
GNU Affero General Public License v3.0
10.39k stars 706 forks source link

Postgres in Docker not getting connected #157

Closed Arindam-FluxAuto closed 5 months ago

Arindam-FluxAuto commented 7 months ago

I am trying to run the skyvern after cloning from the main branch in my local windows system. I have setup all the required recommendations, as directed in readme.md in documentation using python 3.11.

The mongodb docker got setup properly as I could see the database with tables and user are properly setup, But I couldn't see any data in the database, which are supposed to be added. To further analyze after running the command "poetry run python scripts/create_organization.py Skyvern-Open-Source" I am getting errors, I am attaching the following screenshots for the further reference in this regard so that I can get & fix the root cause run skyvern tool locally from my system,

top-part

bottom-part

suchintan commented 7 months ago

This is really bizarre -- it seems like we can't create organizations in your local because of an asyncio issue in windows?

suchintan commented 6 months ago

Does this issue still happen w/ the docker setup?

LawyZheng commented 6 months ago

Oh, are you trying to connect mongdb in Skyvern? I don't think postgres driver is compatible with mongodb.

suchintan commented 5 months ago

@Arindam-FluxAuto Are you able to use postgres instead of mongodb? Closing this for now