#๐Ÿ”’ pip isn't recognized

64 messages ยท Page 1 of 1 (latest)

dawn stream
#

pip install doesn't work

vale dockBOT
#

@dawn stream

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.

dawn stream
#

@light shore

#

you can post the screenshot here

light shore
dawn stream
#

what module do you want to install?

light shore
#

huh??

#

what is that?

dawn stream
#

you mentioned chatterbot or something?

light shore
#

ya am working on chatbot

#

lol

dawn stream
#

so what do you need to install?

light shore
#

well when i install chatterbot

#

like this

#

that what happed

#

also this is how i can get it?

dawn stream
#

py -m pip install chatterbot

light shore
#

huh?

#

not this one??

river aspen
#

!pip chatterbot is no longer maintained btw

vale dockBOT
#

ChatterBot is a machine learning, conversational dialog engine.

Released on <t:1598121638:D>.

light shore
#

pip install chatterbot

dawn stream
#

that's basically the same command but on Windows pip isn't configured as a command by default

light shore
#

????

#

i didnt get it lol

dawn stream
#

py -m pip install chatterbot

river aspen
vale dockBOT
#
Install packages with `python -m pip`

When trying to install a package via pip, it's recommended to invoke pip as a module: python -m pip install your_package.

Why would we use python -m pip instead of pip?
Invoking pip as a module ensures you know which pip you're using. This is helpful if you have multiple Python versions. You always know which Python version you're installing packages to.

Note
The exact python command you invoke can vary. It may be python3 or py, ensure it's correct for your system.

dawn stream
#

is what you should run

light shore
dawn stream
#

yeah remove the backticks

#

py -m pip install chatterbot

river aspen
light shore
#

NO WAY

#

ITS WORKS

light shore
river aspen
# light shore indeed B)

Oh boy... Well good luck I guess

Remember, Chatterbot is old and unmaintained. Expect that it won't work

light shore
#

so for me its pointless????

#

BRUH

river aspen
#

It's broken, so yes

light shore
#

wow ty for the help!

dawn stream
#

It may not work
You may want to look into a similar module
but a newer one

light shore
#

after i alr made it work

#

u saying this

dawn stream
#

at least now you know the command to install it

light shore
#

so u guys just wasted my time

river aspen
light shore
dawn stream
#

py -m pip install chatterbot

light shore
#

wihout the tool

dawn stream
#

and replace the chatterbot with whatever you want

light shore
#

T-T

#

at least may u gimme a tool for chatbot??

dawn stream
#

I have no idea, never used chatbots

light shore
#

;-;

dawn stream
#

Sorry

light shore
#

its alr and ty for the command

dawn stream
#

๐Ÿ™‚

#

!close

vale dockBOT
#
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.