Тёмный

How to Install Anaconda on Mac (Getting Started) 

Dave Ebbelaar
Подписаться 103 тыс.
Просмотров 31 тыс.
50% 1

In today's video, I'll show you how to install Anaconda on macOS. Anaconda is a distribution of the Python and R programming languages that aims to simplify package management and deployment. It basically makes your life as a data scientist easier.
Download
www.anaconda.c...
Getting started
docs.anaconda....
Conda Cheat Sheet
conda.io/proje...
Other Documentation
docs.anaconda....
www.anaconda.c...

Опубликовано:

 

20 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 41   
@iamhervewabo1
@iamhervewabo1 2 года назад
hey dave is there a reason why the download prompt won't launch? i get to the success page but nothing happens. thanks.
@daveebbelaar
@daveebbelaar 2 года назад
Hmm, hard to tell, maybe your browser is blocking the download? Have you also tried the main download button at the top of the page?
@xixi4883
@xixi4883 2 года назад
same problem
@thamizhanban9064
@thamizhanban9064 Год назад
hello, I have installed the anaconda but dont know how to install anaconda powershell prompt. Please can you guide
@lizachuyaozhang3824
@lizachuyaozhang3824 Год назад
Hi Dave, thank you for this amazing video! For my project, I need to setup venv in a python 3.11 version on Mac. In order to complete the setup, I also need to disable condo. How should I do that? I do not want to uninstall Anaconda on my Mac. Also, without condo, can I still create a python environment with a specific version to allow me to work on my project? Thanks in advance.
@alexeimatcov7928
@alexeimatcov7928 11 месяцев назад
Thanks for this great video: very concise and informative
@AdamHamwey
@AdamHamwey Год назад
I keep getting an error that its not compatible with this version of OS but I'm Up to date....
@yavuzsultanselim9988
@yavuzsultanselim9988 11 месяцев назад
At that now?
@dubanaveen5678
@dubanaveen5678 Год назад
Very neat expiation. I like it! Thanks so much!
@neal6583
@neal6583 2 года назад
Hi dave, I have installed the anaconda but my path is not in "user/opt/anaconda~~~~" its in "/opt/anaconda3" is there a problem with this?? and the anaconda navigator is not installed as well
@daveebbelaar
@daveebbelaar 2 года назад
Hi Neal, you can try to uninstall Anaconda and then go for 64-Bit Graphical Installer, instead of 64-Bit (M1). Other people in the comments had the same problem and that fixed it.
@ParasProgramming123
@ParasProgramming123 2 года назад
How do we download 3.9. Version on python on mac when 3.10.4 has come any tutorial oh this because in anaconda 3.9 is available not 3.10.4
@daveebbelaar
@daveebbelaar 2 года назад
Hi there, do you mean that you want to run python version 3.9 through Anaconda? If so, you can create a specific environment using the following command: conda create --name your-evn-name python==3.9 Then you can run: conda activate your-evn-name And you will be working in an environment with python 3.9 You can do this for any version of python and can create as many environments as you want. Please tell me if this answers your question :)
@udeshwijepala6915
@udeshwijepala6915 Год назад
Hi Dave, I'm getting following error when I import packages in MacBook Air M2. Have you any solutions on this matter? Appreciate if you can suggest me some solutions. mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')
@daveebbelaar
@daveebbelaar Год назад
Hi Udesh, I haven't seen that one before. Maybe this post can help apple.stackexchange.com/questions/436801/m1-mac-mach-o-file-but-is-an-incompatible-architecture-have-x86-64-need-a
@udeshwijepala6915
@udeshwijepala6915 Год назад
@@daveebbelaar Thank you very much Dave. I ll check it out.
@ygbr2997
@ygbr2997 Год назад
just bought a new macbook M2, sadly, anaconda does not support M2,guess i can only use Colab right now
@daveebbelaar
@daveebbelaar Год назад
You should be fine! Just follow this: docs.anaconda.com/free/anaconda/install/mac-os/ It seems like you just cannot use the Anaconda Navigator yet but working with Anaconda through the terminal is possible.
@ygbr2997
@ygbr2997 Год назад
@@daveebbelaar ​ the weirdest thing happened to me, I installed two times, all failed, in the third time, the wizard originally skipped the installation destination page, so i clicked "go back" and selected "only for me", and all successful going forward
@tnabhinay
@tnabhinay 2 года назад
Hi Dave, Does anaconda automatically update to the latest python version as and when they come out?
@tnabhinay
@tnabhinay 2 года назад
And also l didn't understand, what pip is exactly, can you please make a video on pip
@daveebbelaar
@daveebbelaar 2 года назад
Hey Abhinay, thanks for your comment! If you want to change the version of Python to the latest version, you can do so by running "conda update python" in the terminal.
@daveebbelaar
@daveebbelaar 2 года назад
@@tnabhinay I will note that. Meanwhile, you can find more information about pip here: realpython.com/what-is-pip/ In short: pip let's you install Python packages that other people have built. This will speed up your coding :)
@patrickbhardwaj007
@patrickbhardwaj007 Год назад
Greatly explained !!
@daveebbelaar
@daveebbelaar Год назад
Thanks Patrick!
@amaya3398
@amaya3398 2 года назад
Hey, I installed it but there isn't navigator application so can you help me with that plss???
@daveebbelaar
@daveebbelaar 2 года назад
Hey there, can you check your applications folder? If the installation is successful, you should see the Anaconda-Navigator there.
@amaya3398
@amaya3398 2 года назад
@@daveebbelaar yep i checked the application folder but it isn't there so I tried to reinstall it but it still didn't work 😕
@daveebbelaar
@daveebbelaar 2 года назад
@@amaya3398 What happens when you run "conda info" in the terminal?
@archiejackson7363
@archiejackson7363 2 года назад
I have the same problem. How did you fix it?
@amaya3398
@amaya3398 2 года назад
@@archiejackson7363 I didn't fix it, tbh I couldn't fix it cause it wasn't working
@ΣοφιανόςΤζιτζιρής
@ΣοφιανόςΤζιτζιρής 9 месяцев назад
Nice video!
@BarryPennock
@BarryPennock 10 месяцев назад
You jump from terminal to Virtual studio and lose me completely. 😞
Далее
How to Set up VS Code for Data Science & AI
22:53
Просмотров 318 тыс.
Anaconda (Conda) for Python - What & Why?
26:10
Просмотров 236 тыс.
How I'd Learn AI in 2024 (if I could start over)
17:55
Setting up M2 MacBook Air For Programming
16:28
Просмотров 1,1 млн