Master the basics of Conda environments in Python

  Рет қаралды 127,056

The Jackson Laboratory

The Jackson Laboratory

Күн бұрын

Пікірлер
@amirshadmehr7752
@amirshadmehr7752 3 жыл бұрын
BEST tutorial ever. I had a hard time figuring out how to work with conda until watching this video. Thank you so much.
@Patiencelad
@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!
@kavyajeetbora2585
@kavyajeetbora2585 2 жыл бұрын
Thanks for the video. Now my confusion on conda virtual environments is cleared.
@Rishu_Dakshin
@Rishu_Dakshin Жыл бұрын
Your explaination over the topic is very clear. Thanks for the video and your hardwork. Appreciated😃😀
@RyanPu-js9gl
@RyanPu-js9gl 2 жыл бұрын
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_ong
@stephanie_ong 3 жыл бұрын
Thanks! I am new to Python environments and this tutorial helped me create one based on a Git repo I forked.
@koabraylen1142
@koabraylen1142 3 жыл бұрын
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.
@joshuantw
@joshuantw 3 жыл бұрын
Hi may I ask what is less? You used it to view the environment.yml file
@AFCAjaxO
@AFCAjaxO 3 жыл бұрын
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..
@karinamatos4253
@karinamatos4253 2 жыл бұрын
How did you get out after the less environment.yml command? I can't go back.
@chaihanya
@chaihanya 2 жыл бұрын
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?
@roeslib10
@roeslib10 2 жыл бұрын
how did you solve it? I have the same problem.
@chaihanya
@chaihanya 2 жыл бұрын
@@roeslib10 i am still working on it.
@roeslib10
@roeslib10 2 жыл бұрын
@@chaihanya thank you for your answer
@adi6516
@adi6516 Жыл бұрын
it is a linux command and he is using a linux terminal in the video. hope this helps
@VishwasShukla12345
@VishwasShukla12345 2 жыл бұрын
what would be the difference between packages under dependencies and packages under pip?
@ludovikc2032
@ludovikc2032 3 жыл бұрын
How do I code after setting things up. I have every library I need but no way to code using those libraries
@Mahankalinikhil
@Mahankalinikhil 2 жыл бұрын
How can I do this in Windows Powershell instead of conda prompt?
@StevenLangOfficial
@StevenLangOfficial Жыл бұрын
does not work in miniforge prompt
@JorgeHernandez-kj2ul
@JorgeHernandez-kj2ul 8 ай бұрын
Tengo que andar batallando así no te gusta jugar juegos a ti 3:49
@JorgeHernandez-kj2ul
@JorgeHernandez-kj2ul 8 ай бұрын
3:49
@JorgeHernandez-kj2ul
@JorgeHernandez-kj2ul 8 ай бұрын
Translator
@JorgeHernandez-kj2ul
@JorgeHernandez-kj2ul 8 ай бұрын
😮
@jeroen36
@jeroen36 2 жыл бұрын
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?
@QScientist
@QScientist 3 жыл бұрын
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?
@maneeshd247
@maneeshd247 2 жыл бұрын
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
@SaranyaS-yv3ud Жыл бұрын
I am getting Invalid archive error, and no such file or directory error, someone pls help
@williamgomez6087
@williamgomez6087 3 жыл бұрын
Perfectly explained¡ I really apreciate it so much¡
@tyswenson7542
@tyswenson7542 3 жыл бұрын
Great explanations. Enticing to use Anaconda more.
@sailfromsurigao
@sailfromsurigao 3 жыл бұрын
how to precompile a code from another computer to use in another computer
@davidcenteno8477
@davidcenteno8477 4 жыл бұрын
Thank you so much, great tutorial
@maplebob23
@maplebob23 3 жыл бұрын
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?
@jacksonlaboratory
@jacksonlaboratory 3 жыл бұрын
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-v8x
@ksh-v8x 3 жыл бұрын
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
@jacksonlaboratory
@jacksonlaboratory 3 жыл бұрын
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-v8x
@ksh-v8x 3 жыл бұрын
@@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
@drewfrench8784 Жыл бұрын
Very helpful and simple.
@namratadash123
@namratadash123 4 жыл бұрын
Hi, I am trying to install Mintpy. Can I try these?
@HappyAnimals3D
@HappyAnimals3D 3 жыл бұрын
Would there be any differences on Windows machine at Anaconda prompt? I guess you are on a Linux machine if I am not mistaken.
@jacksonlaboratory
@jacksonlaboratory 3 жыл бұрын
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
@sukulmahadik0303
@sukulmahadik0303 2 жыл бұрын
Great video. Thank you.
@kayeceedangca5214
@kayeceedangca5214 3 жыл бұрын
hi can ask how to change the prefix of the given .yml file in anaconda?
@jacksonlaboratory
@jacksonlaboratory 3 жыл бұрын
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
@techbays675
@techbays675 2 жыл бұрын
how to install conda new environment in Windows 10
@juleswombat5309
@juleswombat5309 3 жыл бұрын
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.
@theyb7802
@theyb7802 4 жыл бұрын
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
@djuzla89
@djuzla89 3 жыл бұрын
Maybe he didn't know all those stuff back then :D
@wigglyhoney6711
@wigglyhoney6711 2 жыл бұрын
very helpful.
@minyang497
@minyang497 4 жыл бұрын
Thank you
@azkarehman8366
@azkarehman8366 3 жыл бұрын
thanks alotttt love
@shivamdobariya63
@shivamdobariya63 3 жыл бұрын
Thanks man :)
@channadissanayaka6450
@channadissanayaka6450 3 ай бұрын
very useful
@jacquelingonza9685
@jacquelingonza9685 3 жыл бұрын
Seems like a great tutorial but I am on mac...
@sabinoramirez2600
@sabinoramirez2600 2 жыл бұрын
this is great but hopefully two years later you guys have learned to clear the terminal before new commands
@vedprakash2056
@vedprakash2056 3 жыл бұрын
(base) ved@DESKTOP-EHGUM68:~$ less environment.yml environment.yml: No such file or directory I am getting this. please suggest the required correction
@qm142009
@qm142009 3 жыл бұрын
You don't have environment.yml file in your directory. You don't need that. Just proceed without that line.
@leirepapepv2411
@leirepapepv2411 3 жыл бұрын
The same thing happens to me and I can no longer continue
@JorgeHernandez-kj2ul
@JorgeHernandez-kj2ul 8 ай бұрын
2:4 contestar batallando así sabes que hace un mes y medio murió mi esposa
@lukeno4143
@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.
@aliozeir708
@aliozeir708 3 жыл бұрын
Thank you
The Complete Guide to Python Virtual Environments!
15:52
teclado
Рет қаралды 372 М.
Anaconda (Conda) for Python - What & Why?
26:10
Academind
Рет қаралды 244 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Python dataclasses will save you HOURS, also featuring attrs
8:50
Learn how to use Fiji to analyze biology images
15:11
The Jackson Laboratory
Рет қаралды 53 М.
Python Tutorial: Anaconda - Installation and Using Conda
11:25
Corey Schafer
Рет қаралды 1,1 МЛН
His Wife Threw his Gaming PC out the Window… Can I Fix It?
19:43
Linus Tech Tips
Рет қаралды 1 МЛН
The only CONDA tutorial you'll need to watch to get started
10:56
Coding Professor
Рет қаралды 55 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
Which Python Package Manager Should You Use?
5:06
Google Cloud Tech
Рет қаралды 157 М.
Git and GitHub for Beginners - Crash Course
1:08:30
freeCodeCamp.org
Рет қаралды 4,3 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН