Tensorboardx: __new__() got an unexpected keyword argument 'serialized_options'

Created on 27 Feb 2019  路  6Comments  路  Source: lanpa/tensorboardX

pip install -U protobuf.

wait for response

Most helpful comment

i've tried installing different versions of protobuf and nothing does it

if you are using python3,uninstalled the existing installation using pip. Then installed again by pip3 install protobuf

All 6 comments

didn't work for me

i've tried installing different versions of protobuf and nothing does it

i've tried installing different versions of protobuf and nothing does it

if you are using python3,uninstalled the existing installation using pip. Then installed again by pip3 install protobuf

@Toni-Antonova Which version are you using? (be sure to uninstall all protobuf before install)

uninstall first and then install, it works for me.
just pip install -U protobuf does not work.

I got the same problem. I had to uninstall tensorboardX, unistall protobuf and then install both of them again. It is working now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JsBlueCat picture JsBlueCat  路  3Comments

tcqiuyu picture tcqiuyu  路  6Comments

JiamingSuen picture JiamingSuen  路  8Comments

SunHaozhe picture SunHaozhe  路  3Comments

shuxiaobo picture shuxiaobo  路  7Comments