ModuleNotFoundError no module named utils (VSCode / Visual Studio Code) How To Fix

Опубликовано: 27 Сентябрь 2024
на канале: Ghost Together
10,496
24

Sign Up 👻👻👉 https://semicolon.dev/YouTube
(We're free online community, meet other makers!)

ModuleNotFoundError no module named utils
How to install curl
How to install pip

👇️ in a virtual environment or using Python 2
pip install utils

👇️ for python 3 (could also be pip3.10 depending on your version)
pip3 install utils

👇️ if you get permissions error
sudo pip3 install utils

👇️ if you don't have pip in your PATH environment variable
python -m pip install utils

👇️ for python 3 (could also be pip3.10 depending on your version)
python3 -m pip install utils

👇️ for Anaconda
conda install -c anaconda utils

#python #python3 #pythonprogramming

00:00 How To Fix ModuleNotFoundError no module named utils
00:21 Run your pythion program (with import utils) and get the error
00:44 How to install utils with pip install utils
01:22 How to install curl in python vscode terminal
02:55 How to install pip using curl on command line in visual studio code / vs code