-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Make mysqlclient an optional dependency #250
base: master
Are you sure you want to change the base?
Conversation
+1 |
1 similar comment
+1 |
thank you. i tried to get pattern running on mac with this:
But I couldn't get it to work. This works though:
|
It would be awesome to see this happen! :-) |
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. |
I get: File "/usr/lib/python3.10/zipfile.py", line 1267, in init |
@tom-de-smedt Can you please merge this or mark the GitHub project as Archived? |
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.