BEST tutorial ever. I had a hard time figuring out how to work with conda until watching this video. Thank you so much.
@Patiencelad Жыл бұрын
Erick. Thanks so much! This was a VERY helpful video and instructions, especially on the use of YML files. I plan to use what you taught today!
@kavyajeetbora25852 жыл бұрын
Thanks for the video. Now my confusion on conda virtual environments is cleared.
@Rishu_Dakshin Жыл бұрын
Your explaination over the topic is very clear. Thanks for the video and your hardwork. Appreciated😃😀
@RyanPu-js9gl2 жыл бұрын
Great tutorial! Thanks for sharing this. One question: where are we supposed to find those yml files we wrote out. Can you give an example? Maybe the root folder of the Conda env? Thanks.
@stephanie_ong3 жыл бұрын
Thanks! I am new to Python environments and this tutorial helped me create one based on a Git repo I forked.
@koabraylen11423 жыл бұрын
sorry to be off topic but does anybody know of a tool to get back into an Instagram account..? I was stupid lost the password. I would love any tricks you can offer me.
@joshuantw3 жыл бұрын
Hi may I ask what is less? You used it to view the environment.yml file
@AFCAjaxO3 жыл бұрын
great vid. I have a problem - when trying to load an environment I have installed it tells me that it could not find the encironment. even though while doing conda info --envs I see the same name..
@karinamatos42532 жыл бұрын
How did you get out after the less environment.yml command? I can't go back.
@chaihanya2 жыл бұрын
when I use the command less test.yml, it says that less : The term 'less' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. can u help me out with this?
@roeslib102 жыл бұрын
how did you solve it? I have the same problem.
@chaihanya2 жыл бұрын
@@roeslib10 i am still working on it.
@roeslib102 жыл бұрын
@@chaihanya thank you for your answer
@adi6516 Жыл бұрын
it is a linux command and he is using a linux terminal in the video. hope this helps
@VishwasShukla123452 жыл бұрын
what would be the difference between packages under dependencies and packages under pip?
@ludovikc20323 жыл бұрын
How do I code after setting things up. I have every library I need but no way to code using those libraries
@Mahankalinikhil2 жыл бұрын
How can I do this in Windows Powershell instead of conda prompt?
@StevenLangOfficial Жыл бұрын
does not work in miniforge prompt
@JorgeHernandez-kj2ul8 ай бұрын
Tengo que andar batallando así no te gusta jugar juegos a ti 3:49
@JorgeHernandez-kj2ul8 ай бұрын
3:49
@JorgeHernandez-kj2ul8 ай бұрын
Translator
@JorgeHernandez-kj2ul8 ай бұрын
😮
@jeroen362 жыл бұрын
My conda environment has pip installed but when I use the pip command (inside the conda environment) to install a package its installed inside my root instead of the environment. The command "which -a pip" shows me the path /usr/bin/pip and /bin/pip, but not the pip inside my conda environment. I tried adding the pip from my conda environment to my WSL2 PATH, but that doesn't work either. What do I do? How do I get pip to install my packages inside my conda environment?
@QScientist3 жыл бұрын
Thanks for the video. Question: if I update python version by creating new env, how I can add all the packages from old version but newer? So, maybe it can be done with creating yml file without explicit specifying version of libs? Instead numpy=0.25 just numpy? How to create this file?
@maneeshd2472 жыл бұрын
I am getting condaHTTPError while creating new environment. I tried lot of steps, but it is not resolving. Anyone can help me out with this.
@SaranyaS-yv3ud Жыл бұрын
I am getting Invalid archive error, and no such file or directory error, someone pls help
@williamgomez60873 жыл бұрын
Perfectly explained¡ I really apreciate it so much¡
@tyswenson75423 жыл бұрын
Great explanations. Enticing to use Anaconda more.
@sailfromsurigao3 жыл бұрын
how to precompile a code from another computer to use in another computer
@davidcenteno84774 жыл бұрын
Thank you so much, great tutorial
@maplebob233 жыл бұрын
What's the first step here? How do you get to where you are in conda in the first place to be able to set the environment?
@jacksonlaboratory3 жыл бұрын
You will need to have Anaconda (or Miniconda) installed and start a prompt. The prompt you need will depend on your system - we briefly discuss different prompts and how to access them on the video. With a version of conda installed, your prompt should start at base environment already! - Erick
@ksh-v8x3 жыл бұрын
Other day I was trying to create environment for my azure DataBricks and eventually created as well but could not use it pycharm if possible please come up with a video showing the same . Thanks
@jacksonlaboratory3 жыл бұрын
PyCharm automates a lot of the environment creation, both from scratch and from an yml file. You can check their documentation at www.jetbrains.com/help/pycharm/conda-support-creating-conda-virtual-environment.html . If you already have conda environments, PyCharm should be able to see them on their “interpreter selector” option. -- Erick
@ksh-v8x3 жыл бұрын
@@jacksonlaboratory My issue is specific to using DataBricks from pycharm because DataBricks does not have line by line debug facility and I could not find any video related with this issue
@drewfrench8784 Жыл бұрын
Very helpful and simple.
@namratadash1234 жыл бұрын
Hi, I am trying to install Mintpy. Can I try these?
@HappyAnimals3D3 жыл бұрын
Would there be any differences on Windows machine at Anaconda prompt? I guess you are on a Linux machine if I am not mistaken.
@jacksonlaboratory3 жыл бұрын
I was running everything using Windows Subsystem for Linux (WSL), which is essentially a Linux virtual machine inside Linux. Your Anaconda prompt should be able to do the exact same things! -- Erick
@sukulmahadik03032 жыл бұрын
Great video. Thank you.
@kayeceedangca52143 жыл бұрын
hi can ask how to change the prefix of the given .yml file in anaconda?
@jacksonlaboratory3 жыл бұрын
You can manually edit the .yml file in your text editor of choice to change the prefix. Most of the time you can safely delete that whole line altogether, in fact! I didn’t get into details because I was trying to keep the video short, but the exported .yml file we generated could be improved in a few other ways, like using the “--no-builds” option to make them more general. - Erick
@techbays6752 жыл бұрын
how to install conda new environment in Windows 10
@juleswombat53093 жыл бұрын
Nice. I also prefer use Conda environment to native python virtual environment. I learn't a bit about yaml based Conda environment create package lists. Albeit I do get a little confused about any differences between Conda install packahes and Pip installed packages. They appear slightly different in Anaconda Navigator listing. I guess as they are sourced from different repositories.
@theyb78024 жыл бұрын
I wish you've made this video couple of years ago) - would save me a lot of time if i'd stumble upon it earlier. But, at least now i know
@djuzla893 жыл бұрын
Maybe he didn't know all those stuff back then :D
@wigglyhoney67112 жыл бұрын
very helpful.
@minyang4974 жыл бұрын
Thank you
@azkarehman83663 жыл бұрын
thanks alotttt love
@shivamdobariya633 жыл бұрын
Thanks man :)
@channadissanayaka64503 ай бұрын
very useful
@jacquelingonza96853 жыл бұрын
Seems like a great tutorial but I am on mac...
@sabinoramirez26002 жыл бұрын
this is great but hopefully two years later you guys have learned to clear the terminal before new commands
@vedprakash20563 жыл бұрын
(base) ved@DESKTOP-EHGUM68:~$ less environment.yml environment.yml: No such file or directory I am getting this. please suggest the required correction
@qm1420093 жыл бұрын
You don't have environment.yml file in your directory. You don't need that. Just proceed without that line.
@leirepapepv24113 жыл бұрын
The same thing happens to me and I can no longer continue
@JorgeHernandez-kj2ul8 ай бұрын
2:4 contestar batallando así sabes que hace un mes y medio murió mi esposa
@lukeno4143 Жыл бұрын
Conda is so terrible. First they dont auto-add Windows paths, second you cant even choose conda interpreter as a virtual environment even if its listed as a global interpreter. the Conda developers are the worst. And never going to trust Conda for anything.