-
Hi,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @asimthapa, If you plan on using MySQL as your database this package is a requirement to connect to it. To fix your error you'll need to install the MySQL wheel for your OS, I can provide the link to this if you need it. If you don't plan on using MySQL and prefer to use SQLite or Postgres then you can install packages from Thanks for reaching out let me know if this doesn't work |
Beta Was this translation helpful? Give feedback.
Hi @asimthapa,
If you plan on using MySQL as your database this package is a requirement to connect to it. To fix your error you'll need to install the MySQL wheel for your OS, I can provide the link to this if you need it.
If you don't plan on using MySQL and prefer to use SQLite or Postgres then you can install packages from
gh_actions_requirements.txt
. That contains (well should contain) all dependencies apart from MySQL.Thanks for reaching out let me know if this doesn't work