Home › Fóruns › Fórum TensorFlow, Deep Learning e Python: Construa um Chatbot › O melhor chatbot não roda.
- Este tópico contém 1 resposta, 2 vozes e foi atualizado pela última vez 1 ano, 1 mês atrás por Fábio Spak.
- AutorPosts
- 30 de outubro de 2023 às 10:46 #42567
Fui executar o melhor chatbot e tive o seguinte problema:
(chatbot2) C:\Users\User\Documents\seq2seq-chatbot-master\seq2seq-chatbot>python chat.py
Traceback (most recent call last):
File “chat.py”, line 7, in <module>
import general_utils
File “C:\Users\User\Documents\seq2seq-chatbot-master\seq2seq-chatbot\general_utils.py”, line 9, in <module>
from hparams import Hparams
File “C:\Users\User\Documents\seq2seq-chatbot-master\seq2seq-chatbot\hparams.py”, line 5, in <module>
import jsonpickle
ImportError: No module named ‘jsonpickle’Fui instalar o tal do general_utils, aparece que a versão 1.0.1 do pandas não existe.
(chatbot2) C:\Users\User\Documents\seq2seq-chatbot-master\seq2seq-chatbot>pip install general_utils==0.1.2
Collecting general_utils==0.1.2
Using cached https://files.pythonhosted.org/packages/81/d9/7969e1d0f42f247d05560f3ed9941333e95ce7721f7d2dd6f8619dfdc057/general_utils-0.1.2-py3-none-any.whl
Collecting pika>=1.1.0 (from general_utils==0.1.2)
Using cached https://files.pythonhosted.org/packages/c9/4f/6abbb34a39352f40c66974e3ec4db7c79ef9b8bef06d7d3c9e0f3c6e039c/pika-1.3.1-py3-none-any.whl
Collecting pyarrow>=0.17.0 (from general_utils==0.1.2)
Using cached https://files.pythonhosted.org/packages/5c/8a/0179ff7ecaeb98fe4f92387be846346a6c96c3930148805bfb9fa5f6d278/pyarrow-2.0.0-cp35-cp35m-win_amd64.whl
Collecting requests>=2.23.0 (from general_utils==0.1.2)
Using cached https://files.pythonhosted.org/packages/29/c1/24814557f1d22c56d50280771a17307e6bf87b70727d975fd6b2ce6b014a/requests-2.25.1-py2.py3-none-any.whl
Collecting grequests>=0.6.0 (from general_utils==0.1.2)
Using cached https://files.pythonhosted.org/packages/1c/6a/bb015faedfb65ed728d7ccf15888e82ab46f980430d3c506fb3824388d1d/grequests-0.7.0-py2.py3-none-any.whl
Collecting pandas>=1.0.1 (from general_utils==0.1.2)
Could not find a version that satisfies the requirement pandas>=1.0.1 (from general_utils==0.1.2) (from versions: 0.1, 0.2, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.5.0, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.8.0, 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.15.2, 0.16.0, 0.16.1, 0.16.2, 0.17.0, 0.17.1, 0.18.0, 0.18.1, 0.19.0, 0.19.1, 0.19.2, 0.20.0, 0.20.1, 0.20.2, 0.20.3, 0.21.0, 0.21.1, 0.22.0, 0.23.0, 0.23.1, 0.23.2, 0.23.3, 0.23.4, 0.24.0, 0.24.1, 0.24.2, 0.25.0, 0.25.1, 0.25.2, 0.25.3)
No matching distribution found for pandas>=1.0.1 (from general_utils==0.1.2)Tem certeza que a versão do python para executar esse negócio é 3.5? Tem alguma previsão de atualização desse curso?
30 de outubro de 2023 às 10:49 #42572Olá Diogo, esse curso não vai ser atualizado, decidimos manter devido a boa parte teórica. Vou fazer alguns testes no ambiente para ver se houve alguma alteração nas bibliotecas. Te retorno em breve.
Fabio
- AutorPosts
- Você deve fazer login para responder a este tópico.