You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS and recent Ubuntu is not aligned with glovebox (or the other way around).
Windows is aligned with glovebox. For the time being, because Ubuntu 24.04 is about to come out and will probably become default version in WSL at some point.
Experimented a bit with the data-runner and tried out some things, all unsuccesful:
apt update libsqlite: sticks to the same version because the package is not available for buster (needs a more recent glibc
building from source 🤓 : doesn't build because the necessary files to compile are missing (duh)
looking at other python-3.10 base images: would need debian bookworm to come with a new enough sqlite version, but bookworm is not available
Conclusion: this will have to wait until we switch to a newer python (something I want to do, currently experimenting myself with a new setup using 3.12, new pandas, sklearn, tensorflow 2.16 and keras>3 - which is a big change).
sqlite versions on student env and in glovebox can differ since sqlite is not installed by python (python only provides a wrapper)
the slack thread issue was a student using a right join in their challenge when the sqlite version in glovebox does not support it
the solution is to fix sqlite version in student setup and glovebox so they match
https://formulae.brew.sh/formula/sqlite
https://doc.ubuntu-fr.org/sqlite
The text was updated successfully, but these errors were encountered: