-
Notifications
You must be signed in to change notification settings - Fork 845
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
seq2seq can't import #249
Comments
the same |
I have the same problem... $ import seq2seq |
Have you install recurrentshop ? |
same error here |
This might be just my case, but the file in which I tried importing |
how to solve this problem ModuleNotFoundError: No module named 'recurrentshop' |
Have you handled it? how? |
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
The text was updated successfully, but these errors were encountered: