ML-examples icon indicating copy to clipboard operation
ML-examples copied to clipboard

ImportError: no module named tensorflow

Open ColbyMay opened this issue 5 years ago • 2 comments

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)

ColbyMay avatar Mar 02 '19 00:03 ColbyMay

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

sunnypinto avatar Jul 19 '19 16:07 sunnypinto

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

mark-arm avatar Apr 22 '20 09:04 mark-arm