Trouble w/ 5-minute App
General


For some reason it's behaving like the data
framework isn't loaded. Can you try running the project with bundle exec pakyow boot
? This will load the bundle before running Pakyow, which may expose the problem.


Are you running bundle exec pakyow boot
within a project folder? If so, how did you create the project? Is there a Gemfile
present in the project folder?


Pakyow uses a local sqlite database by default, and your environment is missing the necessary headers to compile the gem. The solution is included in the output you posted: apt install libsqlite3-dev
Please sign in to reply.