Code Monkey home page Code Monkey logo

Comments (11)

djmaze avatar djmaze commented on July 19, 2024 1

Ok, so as 0.16.6 is not yet out, the critical change is probably this one? At least the plugin seems to be correctly working after manually applying the change.

from gajim-omemo.

kalkin avatar kalkin commented on July 19, 2024

Downgrade to protobuf==3.0.0b2 this is a known error, I'm working on it.

from gajim-omemo.

djmaze avatar djmaze commented on July 19, 2024

Downgrading to protobuf==3.0.0b2 doesn't solve the problem for me. Same error as @purew. Arch Linux, gajim 0.16.5.

$ python2 --version                                                        
Python 2.7.11
$ pip2 list | egrep "axolotl|protobuf"
protobuf (3.0.0b2)
python-axolotl (0.1.35)
python-axolotl-curve25519 (0.1)

from gajim-omemo.

kalkin avatar kalkin commented on July 19, 2024

I have to correct my self: downgrade to protobuf 2.7 or upgrade to Gajim 0.16.6

from gajim-omemo.

kalkin avatar kalkin commented on July 19, 2024

@djmaze Exactly!

from gajim-omemo.

asterismo avatar asterismo commented on July 19, 2024

How do i downgrade that lib? is that safe?

from gajim-omemo.

kalkin avatar kalkin commented on July 19, 2024

@asterismo should be safe.

 pip install protobuf==2.6.1, python-axolotl==0.1.35 

from gajim-omemo.

asterismo avatar asterismo commented on July 19, 2024

Nope, this is really frustrating. I have gajim-nightly installed, and installed those versions of protobuf and axolotl you mentioned. Now i just upgraded all libs and i'll sit and wait until this eventually work with latest versions of everything.

from gajim-omemo.

benediktg avatar benediktg commented on July 19, 2024

@asterismo E. g. openSUSE Leap and Tumbleweed have pip3 installed by default so that you at first have to

sudo zypper install python-pip  # the python2 version of pip
# and then
sudo pip2 install protobuf==2.6.1 python-axolotl

There has to be no comma between the protobuf==2.6.1 and the python-axolotl. In adition to that it's not necessary to put in ==0.1.35 since it's the most current version anyway.

from gajim-omemo.

lovetox avatar lovetox commented on July 19, 2024

@asterismo did you try this
pip install protobuf==2.6.1 python-axolotl

if it is still not working i would need some log output

are you seeing the plugin in the plugin manager ? (as a installed plugin)

start with
-l gajim.plugin_system.omemo=DEBUG

if that yields nothing start with

-l gajim=DEBUG

and search for a error regarding to google

from gajim-omemo.

lovetox avatar lovetox commented on July 19, 2024

i close this, solution to the problem is in the wiki here

from gajim-omemo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.