Skip to content
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

ImportError: no module named tensorflow #13

Open
ColbyMay opened this issue Mar 2, 2019 · 2 comments
Open

ImportError: no module named tensorflow #13

ColbyMay opened this issue Mar 2, 2019 · 2 comments

Comments

@ColbyMay
Copy link

ColbyMay commented Mar 2, 2019

I am following the tutorial on yeah-world and have imported tensorflow and verified it was installed.
when running

python train.py example/model.h5 example/yeah example/sitting example/random

I received a import error: no module named tensorflow

corrected this by :
python3 train.py example/model.h5 example/yeah example/sitting example/random

now receiving
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8d in position 1:ordinal not in range(128)

@sunnypinto
Copy link

Getting same error. Tried replacing cPickle with pickle, however the load() function stopped working. Pls help

@mark-arm
Copy link
Contributor

mark-arm commented Apr 22, 2020

This should have been fixed by the Nov 2019 fix to enable Python 3 compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants