antocuni / capnpy

Other
45 stars 26 forks source link

Work around unkown version of capnp #43

Closed agates closed 5 years ago

agates commented 5 years ago

This seems to be caused by packaging problems in various distributions of capnproto, where capnp --version outputs Cap'n Proto version (unknown).

Currently just a simple workaround for #18. I believe the only other alternative would be to read capnp header files to get the version.