MAriaDB Error MariaDB Connector/C #6356
-
I am havign this issue and cant figure out how to resolve it....I tried completely wiping the DB, maria, SQl and such, Deleting and reinstalling the python. I have tried the 312, 313 as the latest versions, and specifically the mariaDB 10.6.19. So i am hoping someone here can help me trouble shoot this. The version of mariaDB 10.6.19 is supposed to have this connector C. Tried downloading the connectorC from maria DB, but the most recent version doesnt have a windows options. I tried researching the error and everything keeps coming up with linux, Ubuntu or some other programs i believe are soem kind of operating system as well. Powershell is producing this when i run the "py -3 -m pip install -r server/tools/requirements.txt" Error code follows******* PS G:\FFXI_Server> py -3 -m pip install -r server/tools/requirements.txt × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I believe the temporary fix for this is to use Python 3.12, until someone has time to investigate further |
Beta Was this translation helpful? Give feedback.
-
Dang it....I swear I tried that I was bouncing from 3.11 to 3.13, Tried newer versions of Maria DB still nothing, Went back tot he 10.6.19 and tried different Connector C versions and nothing....But i did what you said redownloaded the 3.12 and now it works. Thank you That did resolve the issue |
Beta Was this translation helpful? Give feedback.
I believe the temporary fix for this is to use Python 3.12, until someone has time to investigate further
https://www.python.org/downloads/release/python-3127/