#๐ pip isn't recognized
64 messages ยท Page 1 of 1 (latest)
@dawn stream
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.
what module do you want to install?
you mentioned chatterbot or something?
so what do you need to install?
well when i install chatterbot
like this
that what happed
also this is how i can get it?
py -m pip install chatterbot
!pip chatterbot is no longer maintained btw
pip install chatterbot
aw
that's basically the same command but on Windows pip isn't configured as a command by default
py -m pip install chatterbot
!dashmpip
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.
is what you should run
Is this Windows 8?
indeed B)
Oh boy... Well good luck I guess
Remember, Chatterbot is old and unmaintained. Expect that it won't work
.
so for me its pointless????
BRUH
It's broken, so yes
wow ty for the help!
It may not work
You may want to look into a similar module
but a newer one
at least now you know the command to install it
so u guys just wasted my time
I already said it earlier
at least say the command again
py -m pip install chatterbot
wihout the tool
and replace the chatterbot with whatever you want
I have no idea, never used chatbots
;-;
Sorry
its alr and ty for the command
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.