-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Cannot execute craigslistbargain/web/chat_app.py #50
Comments
You don't need to add all the paths. Have you run Then just run the commands in the |
@hhexiy Yes, I ran
|
See https://github.com/stanfordnlp/cocoa#web.
|
I'm trying a Section: Building the bot, Use the modular approach, 2. Parse the training dialogues. When I executed first command in this section, an error occurred. Error
|
hmm. I cannot reproduce the error. Can you check if you pandas version is pandas=0.20.3=py27_0? I also added |
Thank you for adding However, I couldn't copy an environment from
After comment out
After comment out If I execute |
That should be fine. |
OK, thank you very much for many replying! |
Hello.
In order to try to use cocoa system, I added to write paths below to
/home/(user_name)/.pyenv/versions/anaconda3-5.3.0/envs/py27/lib/python2.7/site-packages/easy-install.pth
./mnt/c/users/(admin_name)/cocoa-master
/mnt/c/users/(user_name)/cocoa-master/cocoa
/mnt/c/users/(user_name)/cocoa-master/onmt
/mnt/c/users/(user_name)/cocoa-master/craigslistbargain
/mnt/c/users/(user_name)/cocoa-master/craigslistbargain/web
/mnt/c/users/(user_name)/cocoa-master/craigslistbargain/core
After that, I ran craigslistbargain/web/chat_app.py on Python 2.7.15.
However, this execution failed. The error is as follows:
What should I do?
I would appreciate if you could teach the solution.
Environment
The text was updated successfully, but these errors were encountered: