piskvorky / gensim

Topic Modelling for Humans
https://radimrehurek.com/gensim
GNU Lesser General Public License v2.1
15.64k stars 4.37k forks source link

Support Pyro 4.47 in LDA and LSI distributed #934

Open tmylk opened 8 years ago

tmylk commented 8 years ago

Resolving issues found in #924

markroxor commented 7 years ago

In the python code using - os.environ["PYRO_SERIALIZERS_ACCEPTED"] = 'pickle' os.environ["PYRO_SERIALIZER"] = 'pickle'

The error SerializeError: unsupported serialized class: gensim.corpora.dictionary.Dictionary was eradicated but

RuntimeError: failed to initialize distributed LDA (connection rejected, reason: message used serializer that is not accepted: 4) was raised

AugustGgGreen commented 6 years ago

Did this problem solved? When I run the LDA it was raised again!!! Thank you for you help! @markroxor

menshikh-iv commented 6 years ago

@AugustGgGreen no (and probably doesn't fixed soon)

AugustGgGreen commented 6 years ago

Thank you @menshikh-iv

AugustGgGreen commented 6 years ago

If I want to use the gensim with distribute way. Is there anther way to do it? @menshikh-iv

menshikh-iv commented 6 years ago

Unfortunately no @AugustGgGreen, only Pyro4

tawfiqam commented 5 years ago

Any updates on this? Got the same error now?