Shadblade5 / Arma-Bot

Discord bot design for the Arma 3 unit, Redline Combat Operations Group (RCOG)
2 stars 0 forks source link

Requirement does not import correctly #11

Closed Shadblade5 closed 1 year ago

Shadblade5 commented 1 year ago

https://github.com/Shadblade5/Arma-Bot/blob/cc9ae1cf95eb4d2f10e9c96fcb47c4fea431a146/Pipfile#L10

Library is technically mysql-connector-python but does not install correctly regardless of its name

I assume we may end up swapping to a different library so this may not be an issue.

NBurley93 commented 1 year ago

This is certainly something that could use some investigation. SQL connector libraries are a dime a dozen for python, so it shouldbt be hard

Alternatively, pipenv does support more grainular options for repos, I'll link a few examples

NBurley93 commented 1 year ago

Potentially fixed by https://github.com/Shadblade5/Arma-Bot/commit/6a9af4e075c6f3043f39eb0f1ccc0409063deca1

NBurley93 commented 1 year ago

Potentially fixed by 6a9af4e

Issue resolved, closing