-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Dev Environment Breaks with MySQL 8.3 During Installation #3916
Comments
Note: MySQL 8.3 release last month(14 Dec 2023) . @tsisodia10 you tried with older version <8.3 which is working fine right ? |
@redhatHameed That's right, I tried with the older version(8.0 to be precise). |
same for me. 8.3 just falls apart |
I looked at how |
I just got a workaround, in case you're working with Linux, try: |
@tokoko 👏 👏 👏 👏 👏 thank you. This removes a huge build headache that has bitten at least three devs on my team, and multiple times in the last year at that. |
@expediamatt wasted countless hours on that myself before 😆 Figuring out what version of mariadb/mysql you need for different linux distros is no fun. |
same for mysql Ver 8.3.0 for macos13.6 on x86_64 (Homebrew) I got an error exactly the same when installing mysqlclient (2.2.0) via pip. It works for me after downgrading mysql version to: mysql Ver 8.0.36 for macos13.6 on x86_64 (Homebrew) |
@TomMonkeyMan same. I had to downgrade to Mysql for it to work. |
FYI, looks like the underlying issue was also fixed 5 days ago with PyMySQL/mysqlclient#690. |
Description
When setting up the development environment with MySQL version 8.3,
pip install -e ".[dev]"
fails.Expected Behavior
Running
pip install -e ".[dev]"
should successfully install all necessary development dependencies without errors, even with MySQL 8.3.Current Behavior
The installation process breaks when attempting
pip install -e ".[dev]"
. The following errors are encountered:Steps to reproduce
feast
:The text was updated successfully, but these errors were encountered: