DEV Community

Discussion on: Como criar um bot usando deep learning e python?

Collapse
 
fvbrito profile image
FVBrito

Olá, Thais! Tudo certinho?
Tentei fazer o passo a passo do código, mas estou tento uma dificuldade. Ao criar e rodar o arquivo "extract.py" o compilador mostra o seguinte erro:

Traceback (most recent call last):
File "C:\Users\ltba0\PycharmProjects\pythonProject\extract.py", line 9, in
words = pickle.load(open('words.pkl', 'rb'))
EOFError: Ran out of input

Process finished with exit code 1

Poderia me ajudar, por favor?