How to Update Python Version on Windows - Quick Guide

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • How to update your Python version on Windows - You can upgrade your python version to 3.11 this way. More Python videos at bit.ly/3faep9p
    SUPPORT THE CHANNEL
    ===============================
    - FREE: Leave a like in the video
    - FREE: Subscribe the channel: bit.ly/3faep9p
    TOP 3 Books for Data Science
    ===============================
    Python for Data Analysis: amzn.to/3sbBany
    Hands-On Machine Learning: amzn.to/3P6x49v
    Designing Machine Learning Systems: amzn.to/3sfBfGV
    My Setup
    ===============================
    Laptop: amzn.to/3qx8ftV
    Monitor: amzn.to/3E4nxcw
    Headset: amzn.to/3KStTzx
    USB Hub: amzn.to/3P1TFny
    KEYWORDS
    ===============================
    how to update python version on windows, hot to upgrade python version, how to install python, install python on windows, python 3.10

Комментарии • 34

  • @user-wl4my6ue7e
    @user-wl4my6ue7e 3 месяца назад +1

    Thats work only if you have one python in system. But if you have 3.12 in OS, and you need update 3.10.6 to 3.10.11 in local folder where python is portable and connect to other staff, other words you need PIP do it correctly and work just in local folder - not in VENV - it's some embedded version of python.

  • @Learning_csip
    @Learning_csip Месяц назад

    short video but explained very well. Thank you

  • @alikaiyr6308
    @alikaiyr6308 Час назад

    thank you!

  • @HamIsDelicious
    @HamIsDelicious 2 месяца назад

    Thank you! Short and sweet!

  • @mohammadirfanjawed2460
    @mohammadirfanjawed2460 6 месяцев назад +3

    Thank, it is simple and satisfactory!

    • @RDataScience
      @RDataScience  6 месяцев назад

      Thank you for the feedback!

  • @harish-mt4bz
    @harish-mt4bz 6 месяцев назад +3

    Still it showing the same version even after the updation and installation. What can i do now plzz reply me 😭😭

    • @RDataScience
      @RDataScience  6 месяцев назад

      Oh that’s strange, did you get any error while installing Python? Can you check the folders where Python is installed and see if there are 2 Python folders with different versions ?

    • @aruelseven
      @aruelseven 5 месяцев назад

      i have the same problem and when i check it there is 2 folder of python with different version. any solution ?
      @@RDataScience

  • @Justmedeb001
    @Justmedeb001 6 месяцев назад +2

    instead of downloading the latest version of python why do you download the older version is it because of stability and projects packages???

    • @RDataScience
      @RDataScience  6 месяцев назад +2

      In this case, I specifically wanted the v3.10.6, it was the recommended version to use with stable diffusion at the time. Sometimes we may need a specific version required by another software/project we’re are using

  • @dev.osiatech
    @dev.osiatech 6 месяцев назад +2

    thanks, it was so useful

    • @RDataScience
      @RDataScience  6 месяцев назад

      Good to know, thank you for the feedback

  • @cheethongaming4058
    @cheethongaming4058 2 месяца назад

    I was finding this video ....thank you

  • @Hyperion507
    @Hyperion507 2 месяца назад

    Thank you, it really helped!
    I'm just curious. Are you Portuguese?

    • @RDataScience
      @RDataScience  2 месяца назад

      Good to know ! Yes, I’m ahah

  • @jonathanowen9917
    @jonathanowen9917 10 месяцев назад +2

    Very helpful! Thanks 😁

    • @RDataScience
      @RDataScience  10 месяцев назад +1

      Thank you for the feedback 😁

  • @sonnydox
    @sonnydox 9 месяцев назад +1

    Everyone show same thing (it easy). How to update minor version (without lost existing sitepackages).

  • @user-uz2eq6cj3f
    @user-uz2eq6cj3f 4 месяца назад

    thanks, it was so useful❤

  • @lan0vr
    @lan0vr Месяц назад

    I had python 3.11.9, and i installed 3.12.4, the installation happened without any problem, its just the version shows the same as before in cmd. I think i should have clicked on customization instead of install? Should I delete the previous version now?

  • @LuisAlbanes
    @LuisAlbanes 3 месяца назад

    Now I have both versions, how disintall the former one please

  • @keepitshort4208
    @keepitshort4208 8 месяцев назад +1

    My Python crashed while running stable diffusion
    What can be the issue ?

    • @RDataScience
      @RDataScience  7 месяцев назад +1

      What Python version do you have? SD requires Python 3.10.6

    • @keepitshort4208
      @keepitshort4208 7 месяцев назад

      @@RDataScience I use that version, probably crashed because I use 1660ti I guess

    • @RDataScience
      @RDataScience  7 месяцев назад +1

      @keepitshort4208 ah yes, so that’s not related with Python. You need to find the best settings for a GPU like yours

  • @abhisheknair8616
    @abhisheknair8616 8 месяцев назад +1

    thanks a lot

  • @danyt19
    @danyt19 6 месяцев назад

    If I already have a python project running on an older version, will this mess up any of the packages I am using? Or can it cause any other problems in my project? Or is it completely backwards compatible?

    • @RDataScience
      @RDataScience  6 месяцев назад

      If you need that older version you should keep that and install a new one. Because, yes, there is always the possibility of incompatibility. Also, keeping a project updated with newer Python versions should also be considered

    • @RDataScience
      @RDataScience  6 месяцев назад

      So you need to do the custom installation that I mention, BUT, I don’t cover your case in depth. Search for how to use and manage more than one Python version to avoid conflicts

  • @KlounDoink_
    @KlounDoink_ 4 месяца назад

    how upgrade to 3.10.14?

    • @RDataScience
      @RDataScience  4 месяца назад

      In Python Releases you can search for that specific version, download and install it. Let me know if you got it

  • @dacrow1976
    @dacrow1976 3 месяца назад

    Thanks for taking the time to show us!