Closed nickmalleson closed 2 years ago
Don't worry, I have used poetry to install the packages and it works. Weird. I installed a few others at the same time that I noticed randomly (like protobuf3
, protobuf-extra
) so it might have been that. Anyway it's working.
Getting Python dependencies installed can be such a headache. :( I thought conda
was generally able to see system-wide pip
libraries. Not sure what happened here, but glad you sorted it out.
As you start to write Python code to actually use the protobufs, do keep me posted what your experience is like.
Not an SPC problem specifically, but I am struggling to get the protobuf_to_json.py script to work. (Needed to work with the output of SPC).
I have the protobuf library:
but the first import line in protobuf_to_json.py https://github.com/alan-turing-institute/uatk-spc/blob/37901a95dfb26feb41d5ac84ce7f8b58d84bce4e/python/protobuf_to_json.py#L1 fails:
Google (search engine and protobuf developer!) is surprisingly unhelpful.
Any ideas? Thanks in advance.