Gregory
Gregory
Do you have access to / can you try with python 2.x ?
Can you try with revision d4882134c1912347a7ae6b9acb246f5c7c8ae3d4 ?
I think you need to install python-protobuf. Not sure what is the exact package name with Slackware...
I have no idea why googletest is listed on that page. Can we close this ? The original issue should be fixed now. I can update the README protobuf is...
Looks like protobuf has a dependency on python-six.
You are right, I will update the README with the protobuf dependency. Dependencies of protobuf should probably be handled by the distro package manager itself, though. Thanks,
It seems the protoc compiler used to generate the update_metadata_pb2 expects python 2.x for the runtime. I added a check to error out on any other version for now. I...
I understand the need but this might be a bit out of scope. Have you checked other tools, such as pyinstaller ?
I have no experience with pyinstaller myself but I will try to check this. Thanks a lot for sharing the gist. I was not aware of it, I wrote the...
I met the same issue today using python 2.7. With the below diff, I have been able to run test.py - ``` - self.model = B.sequential(fea_conv, B.ShortcutBlock(B.sequential(*rb_blocks, LR_conv)),\ - *upsampler,...