Python with Prisma

I recently started using a Prisma wrapper (ORM) for Python, but before using it, it is necessary to generate the objects using the "prisma generate" command, but I cannot run this command because it returns "executor failed running [/bin/bash -ol pipefail -c prism generate]: exit code: 1" when added to Build Command, is there any method to fix this? Project ID:c25728ec-3568-4a48-9c4e-4e9bd2b43191 Build Logs in Attachments
2 Replies
Percy
Percy2y ago
Project ID: c25728ec-3568-4a48-9c4e-4e9bd2b43191
Caillou
Caillou2y ago
2 months and problem continues Fixed changing start command to: prisma generate && python main.py