machinekit / machinetalk-protobuf

Protobuf declarations for machinekit messages
MIT License
10 stars 11 forks source link

PyPI: update dependencies #74

Closed machinekoder closed 7 years ago

bschousek commented 7 years ago

What are the symptoms that this fixes? I am trying to install and it is not working, complaining that " Package protobuf was not found in the pkg-config search path." (error log attached) Yet when I try to "pip install protobuf" I am told "Requirement already satisfied (use --upgrade to upgrade): protobuf in /usr/local/lib/python2.7/dist-packages"

protobuf_error.txt

machinekoder commented 7 years ago

It should automatically download the Python protobuf library when necessary.

You can verify this with virtualenv:

virtualenv mk-proto-test
source mk-proto-test/bin/activate
pip install machinetalk-protobuf
machinekoder commented 7 years ago

@bschousek Can you verify this

bschousek commented 7 years ago

@machinekoder It works as advertised. Consider it verified.

machinekoder commented 7 years ago

@luminize Can you please merge this PR.

luminize commented 7 years ago

@machinekoder the merge button won't listen to me. It's visible, I can click, but nothing happens

ArcEye commented 7 years ago

There is a problem throughout github with this element of the page. If you click on the drop down arrow, nothing happens, also if you click on the 'command line instructions' it does not display them

ArcEye commented 7 years ago

.....and now the edit comment button does not work either

I have contacted github to report it, after finding that I am unable to do web based commits to my own repos either

ArcEye commented 7 years ago

OK, they seem to have fixed it now :)