#πŸ”’ my pip wont work

27 messages Β· Page 1 of 1 (latest)

bright ironBOT
#

@shut shadow

Python help channel opened

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.

cold flare
#

It looks to me like pip hasn't been added to your path for whatever reason. You can find where python is installed using python -c "import os, sys; print(os.path.dirname(sys.executable))". If you go to the directory that prints, by default C:\Python3XX (where XX is your installed version), you can find pip.exe inside the Scripts folder. You can then shift right click -> copy as path, then follow this to add it to your path https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
Also, this project name looks sus as hell. If it breaks discord's TOS, don't ask for help about it, since that is against both discord TOS and this server's rules.

rustic lagoon
#

do u have pip installed??

paper citrus
#

bro
you didn't even install anything 😭

rustic lagoon
#

fr

#

nah jus go here

paper citrus
#

what are you trying to do

#

what\

rustic lagoon
#

alr so then why are you asking us

split ibex
#

py -m pip install requests
this is how
requests is a package name

paper citrus
#

you try if the link returned a json or some data

cold flare
#

Where did all these people come from πŸ‘€ You can also do py -m pip install -r requirements.txt if py works

split ibex
#

there is no shortcut
you need to learn programming first

split ibex
cold flare
#

Then you can close this post with !close since this is quickly devolving into chaos.

radiant night
#

bruh, please stop doing that.

paper citrus
#

or the easier way of fetching the json from the link using requests.get

radiant night
#

not the first time you do something like this

stone matrix
#

First step is β€˜pip β€”version

paper citrus
#

well

for nitrocode in a_list:
  # do logic here
radiant night
#

we've told you multiple times to learn the basics of python, why do you insist on ignoring solid advice?

#

not to mention that what you're doing is against discord TOS.

#

!rule 5

bright ironBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, 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.