g2p-seq2seq
g2p-seq2seq copied to clipboard
No module named Tensorboard.backend.event_processing
Hi,
I just installed this (with Tensorflow 1.6), and got the following error on my first run.
Traceback (most recent call last):
File ".............bin/g2p-seq2seq", line 11, in
and there were the following two errors during installation
Installed ............./lib/python2.7/site-packages/h5py-2.8.0rc1-py2.7-linux-x86_ 64.egg Searching for gym Reading https://pypi.python.org/simple/gym/ Downloading https://files.pythonhosted.org/packages/9b/50/ed4a03d2be47ffd043be2ee514f329ce45d98a30fe2d1b9c61dea5a9d861/gy m-0.10.5.tar.gz#sha256=6baf3f3b163e237869d92a64daeaa88f14f62bb1105863e45312505a19dbd652 Best match: gym 0.10.5 Processing gym-0.10.5.tar.gz Writing /tmp/easy_install-QU4gl7/gym-0.10.5/setup.cfg Running gym-0.10.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-QU4gl7/gym-0.10.5/egg-dist-tmp-S8vYPd File "build/bdist.linux-x86_64/egg/gym/utils/reraise_impl_py3.py", line 4 raise e.with_traceback(traceback) from None ^ SyntaxError: invalid syntax
creating ............./lib/python2.7/site-packages/gym-0.10.5-py2.7.egg Extracting gym-0.10.5-py2.7.egg to ............./lib/python2.7/site-packages File "............./lib/python2.7/site-packages/gym-0.10.5-py2.7.egg/gym/utils/r eraise_impl_py3.py", line 4 raise e.with_traceback(traceback) from None ^ SyntaxError: invalid syntax
Hello, @prashantserai
Can you, please, install tensor2tensor ver=1.5.7? Current version of g2p-seq2seq is incompatible with tensor2tensor=>1.6.0
Hello, same error persists!
BTW I did "pip install tensor2tensor==1.5.7" followed by reinstallation of g2p "python setup.py install", and the log from setup.py included the following lines:
Searching for tensor2tensor==1.5.7 Best match: tensor2tensor 1.5.7 Adding tensor2tensor 1.5.7 to easy-install.pth
Hello, @prashantserai Can you, please, print out new error message? I want to be sure that g2p-seq2seq calls the right version of tensor2tensor.