Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

python mysql interface is outdated #4

Open
cg-laser opened this issue Nov 16, 2018 · 3 comments
Open

python mysql interface is outdated #4

cg-laser opened this issue Nov 16, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@cg-laser
Copy link
Contributor

The python packageMySQL-python is outdated. On MacOs it only compiles with an old mysql version

brew remove mysql
brew install [email protected]
brew link --force [email protected]
pip install mysql-python

See https://stackoverflow.com/questions/51343325/command-cc-failed-with-exit-status-1-on-osx-high-sierra/51351548#51351548 for a possible list of replacements.

@anelles
Copy link
Collaborator

anelles commented Jan 8, 2019

Going through these issues: I think it is important that we move to another currently maintained library. Nothing is worse than broken externals.

@anelles anelles added the bug Something isn't working label Feb 28, 2019
@anelles
Copy link
Collaborator

anelles commented Dec 17, 2019

@cg-laser, if we change to MongoDB, will this solve this problem along with other issues?

@cg-laser
Copy link
Contributor Author

the ARIANNA DB will stay in mysql, there's not really a point in transferring that to MongoDB, so we still need the SQL interface. But this bug is not really critical as one can get the SQL library to work on all current systems, and because we anyway ship the database as JSON, so most people will never need the SQL manager.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants