a tutorial on python - pipenv | virtualenv

preview_player
Показать описание
#python #pipenv #virtualenv #pip #error
You have to remember pipenv must be run on a virtual shell. You have to make sure your project has its own folder and the module will not work outside of that folder. And you must have run a cmd and with the command pipenv shell.

Useful Command (step by step):
pip install pipenv
cd mkdir DDD
cd ./DDD
pipenv install pillow
pipenv shell

Chapters:
0:00 Uninstalling pillow.
1:11 Try installing pyenv.
1:43 Installing pipenv.
2:21 moving to directory to create virtual environment.
3:16 installing pillpw using pipenv.
Рекомендации по теме
Комментарии
Автор

Thanks for the video but I'm using Python amplify and I'm using pipenv for installing the library's and my library's are stored in pipfile when I'm pushing my code to amplify error like "importError: cannot import name _imaging

dnyaneshctech
Автор

I have tried multiple solutions and libraries but it's giving me the same error.

dnyaneshctech
Автор

Can you please give me the solution on this.

dnyaneshctech
visit shbcf.ru