Skip to content

Instantly share code, notes, and snippets.

@hugozanini
Created December 22, 2020 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugozanini/186383698ab87409249e50e3001ad0ca to your computer and use it in GitHub Desktop.
Save hugozanini/186383698ab87409249e50e3001ad0ca to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nlon982
Copy link

nlon982 commented Feb 26, 2021

For those getting "Failed building wheel for lxml", I gave up trying to install kaggle and instead did this gross thing, as suggested on stackoverflow: https://www.kaggle.com/general/6604

On Chrome: click DOWNLOAD button on Kaggle; right click, inspect element, go to network tab, "copy as cUrl (bash)", and then do something like:
!(paste curl command from above here) -o somefile.7z
!sudo apt-get install p7zip-full
!7z x somefile.7z

The latter two commands are to install something to unzip 7zip files, and then extract the 7zip file with that command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment