Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm lamer. Sorry for stupid question.
I have a chatbot in Dialogflow. I'm watching video about creating chatbot but there is no answer how to type pip install

What I have tried:

I have C:\Users\xxx\Pychatmprojects\projectname> add I write down pip install apiai and it doesn't work.
Posted
Updated 26-Jan-20 3:42am

1 solution

"it doesn't work."
So, what happens, we cannot guess what that is supposed to mean? Do you see an error message and if so please show us.

However, if you open a command prompt and go to the Scripts directory below the location where Python is installed, you should be able to run it successfully.
 
Share this answer
 
Comments
Kebaboo 26-Jan-20 11:09am    
Pip is not an internal or external command, executable program or package file. - my translation, I'm not English speaker. :)
Richard MacCutchan 26-Jan-20 12:32pm    
Like i said, it should be installed in the Python\Scripts subdirectory. Have you checked?
Kebaboo 26-Jan-20 12:46pm    
I just saw person's terminal there was - (venv) Webinar-Princess: 25062019 skillbok$ pip install apiai He explained nothing about that. I thought it's easy to create a chatbot...
Kebaboo 26-Jan-20 13:12pm    
Do I need to install api.ai python client (pypi.org) or it can be basic python project for packaging and distribution? Or both?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900