PySpur-Dev / pyspur

A visual playground for agentic workflows: Iterate over your agents 10x faster

Home Page:https://pyspur.dev

Repository from Github https://github.comPySpur-Dev/pyspurRepository from Github https://github.comPySpur-Dev/pyspur

Error running migrations: MultiplexedPath()

erenirmak opened this issue · comments

I initialized a pyspur project and configured PostgreSQL database connection but during the initialization process, I received this error:

(llm) user@raspberrypi:~/Desktop/Projects/PySpur-agent/theasy $ pyspur serve
✓ Loaded configuration from .env
Running database migrations...
✓ Connected to database
! No previous migrations found, initializing database
Error running migrations:
MultiplexedPath('/home/user/llm/lib/python3.11/site-packages/pyspur/models/management/alembic') is not a
file
Error starting server: 1

commented

I got the same error with pyspur serve command as well