data-setup icon indicating copy to clipboard operation
data-setup copied to clipboard

Setup instructions for Le Wagon's students on their first day of Data Science Bootcamp

Results 32 data-setup issues
Sort by recently updated
recently updated
newest added

When students follow this step https://github.com/lewagon/data-setup/blob/master/WINDOWS.md#google-cloud-cli they receive a message that apt-key is deprecated (TL;DR apt-key is deprecated from Ubuntu 22.04 LTS) `curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add...

Setup

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...

Setup

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)

Setup

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)

Setup

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) -...

Setup

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...

Setup

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...

Setup

- Adding BigQuery fixes https://github.com/lewagon/data-challenges/issues/3309 - Compute link no longer worked - AI Platform is deprecated (and no longer used since MLOps) and replaced by Vertex AI

Hi! regarding the part of signing in to github and dotfiles. I just discovered that the name and email, specified in the "gitconfig" is being used to sign commits, even...

Since we included transformers, the python requirements install takes even longer than before. Reasons (double check): transformers needs pytorch, which installs plenty of nvidia stuff too. Couple of options: -...