ekmungai / python-accounting

Python Double Entry Accounting with a focus on IFRS Compliant Reporting
MIT License
66 stars 12 forks source link

cannot install with pip (macOS) #8

Open motclem opened 4 days ago

motclem commented 4 days ago

I'm using the command pip install python-accounting but it is not installing successfully I'm getting the response as per the screenshot. I have tried on multiple machines and get the same response on each,

Screenshot 2024-09-18 at 18 43 18
ekmungai commented 3 days ago

Hi @motclem, from the stacktrace it seems like there's a problem with your mysql/mariadb installation.

Cheers, Edward

motclem commented 3 days ago

thanks at @ekmungai being ghonest I originally I didn't have mysql installed which I do now are there installation instructions other than the pip install command? I also wondered if my python version was an issue I have very specifically installed 3.9 or will any 3.x work?

many thanks,

tom