Gaëtan Manchon
Gaëtan Manchon
update instructions to support new gcloud CLI auth flow on WSL
The current setup uses mlflow==1.22.0. The https://mlflow.lewagon.ai server uses 1.26.1. We had a student who could not save his model to MLflow until he `pip install -U pip mlflow`.
sqlite versions on student env and in glovebox can differ since sqlite is not installed by python (python only provides a [wrapper](https://docs.python.org/3/library/sqlite3.html#:~:text=requires%20SQLite%203.7.15%20or%20newer.)) the [slack thread](https://teamwagon.slack.com/archives/GKDBXGVD4/p1674209242908819) issue was a student using...
jupyter kernel crashes with data setup version during `PCA().fit` on MBP Pro M1 for macos >= 13.1 [slack thread](https://lewagon-alumni.slack.com/archives/C015E0C601F/p1676466923989959)
https://devblogs.microsoft.com/commandline/the-windows-subsystem-for-linux-in-the-microsoft-store-is-now-generally-available-on-windows-10-and-11/ from [dbo message](https://teamwagon.slack.com/archives/G0394S0FK/p1669212622075719)
there are reports of TF 2.10.0 + jupyter notebook not working on macos : the kernel crashes as soon as the TF code is called reports : - [original](https://lewagon-alumni.slack.com/archives/C015E0C601F/p1668180962421709?thread_ts=1668134652.532249&cid=C015E0C601F) -...
following [this slack thread](https://teamwagon.slack.com/archives/G6YPYETAN/p1666689192007269), we currently need to manually notify admissions teams and teachers so that the students avoid to upgrade their operating system during a batch a solution could...
We had a [setup issue](https://lewagon-alumni.slack.com/archives/C015E0C601F/p1665490702824009) where the myriad instructions to clone a challenge were failing because the student failed to correctly add their ssh key. The `git push` command was...