How to Install Python Modules Using Pip and venv in Python (Python for Beginners) | Part 19 (remake)

preview_player
Показать описание
Enjoyed my video? Leave a like!
Рекомендации по теме
Комментарии
Автор

You've saved my day. Thanks a lot for your work

JohnDoe-fvcu
Автор

I finally got it to work! I love you OMG

neyzard
Автор

Dude you explained this very very well. Kudos.

RC-blpm
Автор

Its not working with my mac my python version is 3.8.1 and i used venv38 but still i cant import the required packages on my mac idle

ngawangchoeda
Автор

Thanks for the clear instructions, Max! It worked!

rapmaster
Автор

Great solution... Helped me... Thanks a Lot....

kaviraj
Автор

Hi Max, thanks for your tutorial! I have created a virtual environment and installed some 3rd party packages (in this venv-folder). So far, so good. Now I want to use these packages, but I don't know how. Normally, I work with the IDLE editor and IDLE Interactive Shell and with a Mac. My first question: Do I always have to activate my virtual environment in the Terminal first? Second question: Do I have to go to the IDLE Terminal then and import the third party package? I always get a ModuleNotFoundError. Does anybody know why? It seems that I cannot import these packages or run programs. Every time I get this error message. Thanks for your help!

spinout
Автор

So basically, we can manage different projects by setting up separate 'folders' and install the packages we need?

YangYang-rhuy
Автор

so in this video it seems like you're not working in python shell anymore. what do I open to find the window that you're working in. I am working in windows 10

thomascleveland
Автор

good tutorial, but: please maximise your terminal window. Also, I think the -m flag is used to execute somthing in the specified module, it hasn't got much to do with pip

pynchia
Автор

i am not able to create virtual environment, please help. I am using Windows 10

ravinderjitkaur
Автор

Max -- your videos are excellent. After I got involved with python for a long time, I discovered that the code isn't really protected, even when it's compiled. (Bummer really). I wish someone would do a tutorial on obfuscate? Or any other methods to protect a person's hard work.

mikeberger
Автор

For me syntax error I have Python 3.7.6 with Anaconda

BaranMedia-official
Автор

Hi, when I try to run the command source venv36/bins/activate it get this error "-bash: venv36/bins/activate: No such file or directory", however, when I ls | grep venv36 it shows up. What can I do to fix this?

ekatharine
Автор

you are using python3.5, so Why do not you use pip3? can we use pip with python3.5?
pip --version
pip 18.0 from (python 3.5)
pip3 --version
pip 18.0 from (python 3.5)

dominikkietyka
Автор

Thank you so much! This is the exact problem I was having!


TIP: If venv doesn't work, try virtualenv

My OS 10.9.5 machine needed it typed like that.


andrewsilge
welcome to shbcf.ru