-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
python --version
Python 3.11.14
skyvern quickstart
╭──────────────────────────────────────────────────────────────────────────────────────────────╮
│ 🚀 Starting Skyvern Quickstart │
╰──────────────────────────────────────────────────────────────────────────────────────────────╯
Initializing Skyvern...
╭────────────────────────────────────────╮
│ Welcome to Skyvern CLI Initialization! │
╰────────────────────────────────────────╯
This wizard will help you set up Skyvern.
Would you like to run Skyvern locally or in the cloud? [local/cloud] (cloud): local
╭──────────────────────────────────────────────────────────────────────────────────────────────╮
│ PostgreSQL Setup │
╰──────────────────────────────────────────────────────────────────────────────────────────────╯
✨ PostgreSQL is already running locally.
✅ Database and user exist.
📊 Running database migrations...
Alembic mode: online
Alembic: no running loop
Error during quickstart: (psycopg.InterfaceError) Psycopg cannot use the 'ProactorEventLoop' to
run in async mode. Please use a compatible event loop, for instance by setting
'asyncio.set_event_loop_policy(WindowsSelectorEventLoopPolicy())'
(Background on this error at: https://sqlalche.me/e/20/rvf5)