Trying to get the hang of prefect 2 for future tra...
# prefect-community
h
Trying to get the hang of prefect 2 for future transition, however I have the following issues After running the file a had a runtime error:”” “Orion requires sqlite>=3.24.0 but we found version 3.22.0” Secondly how can I effect schedule from local file/environment
r
• Prefect 2.0 requires sqlite version 3.24 or higher, so you may have to update your environment ◦ https://orion-docs.prefect.io/concepts/database/#database-versionshttps://discourse.prefect.io/t/how-to-install-prefect-2-0-on-a-linux-vm/886#sqlite-backend-5 • You can create schedules from the UI or in the deployment yaml file. I would recommend looking at this documentation regarding Schedules: https://orion-docs.prefect.io/concepts/schedules/#schedules