lvalnegri

python_pip_windows.md

Nov 1st, 2020 (edited)
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  • To install geopandas you first need to install and configure [GDAL]().

  • To install pytorch go to the pytorch website to build the command you need for your environment. On a windows 10 laptop with no graphics card as of Oct 2020:

    pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
  • To install cntk, install first its dependencies following this page.

  • Create a list of the packages you want to install (like this file), then run:

    python3 -m pip install --user -r python_libraries.lst
Add Comment
Please, Sign In to add comment