Open allenchen8210 opened 6 years ago
the same
I have the same problem... I can import seq2seq, but I cannot import SimpleSeq2Seq due to the same error.
$ import seq2seq
$ from seq2seq.models import SimpleSeq2Seq
Traceback (most recent call last):
File "
Have you install recurrentshop ?
same error here I've installed recurrentshop
This might be just my case, but the file in which I tried importing seq2seq.models
was named seq2seq.py
. This resulted in the same error everyone here is having because seq2seq
referred to the python file instead of the package.
Renaming the file solved my issue.
how to solve this problem ModuleNotFoundError: No module named 'recurrentshop'
我有同样的问题... 我可以导入seq2seq,但是由于相同的错误,我无法导入SimpleSeq2Seq。
$ import seq2seq $ from seq2seq.models import SimpleSeq2Seq Traceback(last last call last): 文件“”,行1,在 ImportError中:没有名为“ seq2seq.models”的模块;'seq2seq'不是一个包
Have you handled it? how?
i tried very time
i have already install keras , and update . But it still not work
import seq2seq from seq2seq.models import SimpleSeq2Seq
"error"
ModuleNotFoundError: No module named 'seq2seq.models'; 'seq2seq' is not a package
have you handle it yet?
i tried very time
i have already install keras , and update . But it still not work
import seq2seq from seq2seq.models import SimpleSeq2Seq
"error"
ModuleNotFoundError: No module named 'seq2seq.models'; 'seq2seq' is not a package