-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Make mysqlclient an optional dependency #250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
gutomaia
commented
Feb 18, 2019
+1
1 similar comment
zh0uquan
commented
Feb 25, 2019
+1
kylemcdonald
commented
Apr 17, 2019
thank you. i tried to get pattern running on mac with this:
brew install mysql-client
pip3 install pattern
But I couldn't get it to work. This works though:
pip3 install git+https://github.com/uob-vil/pattern.git
9182474 to
3b77852
Compare
tuky
commented
Nov 7, 2019
It would be awesome to see this happen! :-)
Sjoerd82
commented
Jan 21, 2021
Mysql really complicates the installation, as it turns out installing the myssqlclient on a windows machine is non trivial. Any luck on removing this dependency? I've linked some related issues which can all be closed when this is resolved.
ndvbd
commented
Dec 5, 2022
I get:
File "/usr/lib/python3.10/zipfile.py", line 1267, in init
self._RealGetContents()
File "/usr/lib/python3.10/zipfile.py", line 1334, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
sanmai-NL
commented
Feb 10, 2023
@tom-de-smedt Can you please merge this or mark the GitHub project as Archived?
gokulnath-prabakaran-zoomrx
commented
May 3, 2024
When will this issue be resolved?
Apply upstream's PR clips#250 to "development" branch
MySQL shouldn't be a core dependency, I've moved it to an extra package which can be installed as
pip install pattern[mysql]if users wish to install with mysql support.