klokare
klokare
I was able to fix this for my MacOS Sierra install by adding the following to my `PKG_CONFIG_PATH`: ```bash export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/System/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig ````
Update on the performance implications of the workaround above. Note: These tests are from my laptop in France to a hosted server in Germany. The raw values might not reflect...
Came up with another workaround: create a separate struct just for inserting and retrieving objects into RethinkDB. Basically, a copy of the original struct with each `Decimal` changed to `string`...
Hi @ayushpatidar , I ran into the same issue. Since it just an unused variable warning, I commented out those 2 lines in HelloSPTP.cpp and re-ran the "python setup.py install"....
Interestingly, that error did not seem to be a big deal as it already installed it. I was able to run "python setup test" and get most of the way...
Out of curiosity, was there something missing or incorrect about the PR that prevented karmen from being included in the benchmark?