#π can't pip install
63 messages Β· Page 1 of 1 (latest)
@smoky tapir
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
did you also try with python3 -m pip install whateverpackagenamehere?
yes
yes
its installed
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Apps > Advanced app settings > App execution aliases.
Thats not Linux. Thats Windows
Try py -m pip install requests for example
What Linux are you on?
lenovo
How did you install it?
.... Thats a computer brand
Lenovo, Acer, Dell, MSI, are computer brands. They make computers and computer accessories, etc
What website?
ive used pip install b4 i hard reset my laptop so im not really sure why its not working
Try this and find out βοΈ
Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting charset-normalizer<4,>=2 (from requests)
Downloading charset_normalizer-3.4.2-cp313-cp313-win_amd64.whl.metadata (36 kB)
Collecting idna<4,>=2.5 (from requests)
Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting urllib3<3,>=1.21.1 (from requests)
Downloading urllib3-2.4.0-py3-none-any.whl.metadata (6.5 kB)
Collecting certifi>=2017.4.17 (from requests)
Downloading certifi-2025.4.26-py3-none-any.whl.metadata (2.5 kB)
Downloading requests-2.32.3-py3-none-any.whl (64 kB)
Downloading certifi-2025.4.26-py3-none-any.whl (159 kB)
Downloading charset_normalizer-3.4.2-cp313-cp313-win_amd64.whl (105 kB)
Downloading idna-3.10-py3-none-any.whl (70 kB)
Downloading urllib3-2.4.0-py3-none-any.whl (128 kB)
ok so it works
So whatever package you wanna install, just use py -m pip install and then whatever package you wanna install
it says no such option
wdym?
It shows that it worked here
What did you do?
nvm sorryy i got it
im trying to make a discord bot and im using "py -3 example_bot.py" to run it but its saying "can't open file 'C:\fnqs\example_bot.py': [Errno 2] No such file or directory"
where is example_bot.py at?
itβs Where my code is in
like the main
Its in the main folder
yes
so you should be running py main/example_bot.py
ohhh okay
Don't need the -3
thats not being slow, thats just not knowing
im trying to use node too, but it says "npm" isnt recognized
did you install nodejs?
Consider using nvm
Try pip3 <package name>
ive fixed it but tyy
Alr good
Considering that its not Python related anymore, you'll have to ask further questions about it at a Javascript or NodeJS server
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.