S
S
Spleen09892020-07-29 02:05:20
Python
Spleen0989, 2020-07-29 02:05:20

Why won't the bot start?

Hello. I run the bot on vds, (ubuntu 18.04+docker), it gives the following error:

docker run -ti -e PYTHONIOENCODING=utf-8 chatbot
Using TensorFlow backend.
./console_bot.sh: line 3: 6 Illegal instruction (core dumped) PYTHONPATH=.. python3 ../ruchatbot/frontend/console_chatbot.py --profile ../data/profile_1.json --data_folder ../data - -models_folder ../tmp --w2v_folder ../tmp --tmp_folder ../tmp

What needs to be installed, added or configured? What am I doing wrong? From the bottom of my heart, I thank you in advance for constructive, detailed answers.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nubrik, 2020-07-30
@nubrik

Most likely the version of TensorFlow is not compatible with the computer hardware. I would recommend changing "RUN pip install tensorflow==1.14" to "RUN pip install tensorflow" and letting pip choose the appropriate version of tensorflow if it's not tied to a version

S
Spleen0989, 2020-07-31
@Spleen0989

here like junk. python 3.6 and all that... what if 16.04 and docker roll up?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question