Getting started with Anaconda and Python on Windows

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

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

  • @BenjaminRaehpour
    @BenjaminRaehpour 21 день назад

    I'm a BI Engineer and I just spent the last two hours wrestling with reinstalling Python on my new computer, and I kept running into an error getting the pyscopg2 module installed. I decided to do a full reinstall and stumbled on this video, and it 100% solved my problem thank you!!!

  • @nnnnoooommmm
    @nnnnoooommmm День назад

    Hi Susan, thank you for the video, I followed the steps but faced an issue with git and the "conda init bash". Anyhow I went back to anaconda prompt and decided to work the problem. it took about an hour to get my head around the issues (as I was following your video and trying to figure out how to link what you are describing with what I am seeing) and also it was helpful to do a quick search for commands for anaconda prompt but it worked!!! to my Suprise :) I even took your AccuWeather code and copied it in the visual studio code and searched for Herndon VA and copied the link from there; changed "Cambridge" with "Herndon" and Wala!!!! I feel like the entire universe is at my fingertips.... [if I don't sleep for the next 48 hours because I'm trying out new things I am blaming you!]

  • @aquarisanderson2624
    @aquarisanderson2624 2 дня назад

    Very new at coding. Very detailed instructions BUT these did not work for me. Received an error message indicating that bash: conda: command not found. Help! How do I fix this?

  • @MohammadIsmail-sq5jy
    @MohammadIsmail-sq5jy 3 месяца назад +4

    When choosing visual studio for git editor i can't press the next button ?

  • @Vidushi.DilseDiltak
    @Vidushi.DilseDiltak 16 дней назад +1

    Conda init bash
    Reflecting command not found

  • @polpol2739
    @polpol2739 4 дня назад

    i didnt understand why you marked the PATH tick altough it warned that it might cause conflicts

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

    Am having problem is showing me command not found
    Please what should i do

  • @MarkusKoenig-f1n
    @MarkusKoenig-f1n Месяц назад

    Very helpful and easy to follow😊😊😊. Thanks a lot!!

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

    This is very detailed, followed to the end and it works.
    Thanks.

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

    Thanks a lot, Susan. It is really helpful.

  • @LauraKing-v6p
    @LauraKing-v6p 5 месяцев назад +2

    Hello. I have followed the video installs and sadly, I fall at the first hurdle using command line. The error message I get is: bash: conda: command not found. Can you shed any light on what I might have done wrong? Thank you!

    • @codewithsusan
      @codewithsusan  5 месяцев назад +3

      @ 0:48 I explain to check "Add Anaconda3 to my PATH environment variable" when installing. This should make the "conda" command available via command line. To see if this is true, run the command "tr ':' '
      '

    • @LauraKing-v6p
      @LauraKing-v6p 5 месяцев назад

      @@codewithsusan Amazing - thank you Susan!

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

    thanks a lot for the video but is there another way of doing all of that without using a command line(setting up envs, coding in vs and running the code),i am a beginner and i have found it slightly difficult?

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

    Thank you very much, excellent video. However, I wasn't able to run the "conda init bash" command. It displays:bash: conda: command not found

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

      I bet that your enviromental variable PATH doesn't have the Anaconda binaries directory that should contain the "conda" instruction. Try to reinstall anaconda with the caution to select the "Add to PATH" option, and then try again in git bash.
      PD: you could do this manually editing your PATH, but it is another level.

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

    Can’t install Beautifulsoup

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

    awesome video. thank you

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

    The demo.py script requesting the temperature at Cambridge didn't work. Running the script returns this in Git Bash-> line 31 print(f"Failed to retrieve the page. Status code: {response.status_code}")import requests ^^^^^^SyntaxError: invalid syntax.

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

      I just re-tested it on my end and it worked. Your error message indicates there is invalid syntax. I'd confirm no extra characters were accidentally added to the code that was pasted over.

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

    Hello Susan, great tutorial! I am unable to successfully run a conda env in Git Bash. Can you assist?

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

    Thank you for this video. I had trouble getting gitbash to recognize the conda command, but I was able to fix it by creating and editing .bashrc in the home directory.

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

      Hello! How did you fix this? Guess i am having the same problem

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

    That is a very informative video. How would I use a csv file from my computer to run in the VSC?

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

    very helpful tutorial video.

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

    100% but i cant find the note???

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

      Notes linked in the description. Also, here you go: codewithsusan.com/notes/anaconda-usage-windows

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

    very helpful

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

    1st