Matthieu Brucher
Matthieu Brucher
I thought it was a JWT issue as well, as it happens only on flask-JWT-extended protected entry points, but it looks like if I remove the protection and put it...
Thanks a lot! A preliminary hack that I added on the current SIMD branch is DISABLE_PYTHON_TESTS as I had lots of issues, even after make install, on appveyor and travis-ci....
Hey, Can you test the develop branch for this? I moved all Python modules to an ATK subfolder, and the build folder should also contain the required __init__.py files. I...
Definitely didn't run the Python tests (they are prefixed with Py). You should see make behaving like https://travis-ci.org/mbrucher/AudioTK/jobs/334227656 -- Found PythonInterp: /opt/python/2.7.14/bin/python (found version "2.7.14") -- Found PythonLibs: /opt/python/2.7.14/lib/libpython2.7.so --...
It comes from here actually: https://github.com/mbrucher/AudioTK/blob/master/CMakeLists.txt#L188 I think usually the Python install is retrieved automatically (it's handled by pybind11). For non standard install path, I use these (travis-ci): -DPYTHON_LIBRARY=/opt/python/${Python_ADDITIONAL_VERSIONS}/lib/libpython${PYTHON_VERSION}.so -DPYTHON_INCLUDE_DIR=/opt/python/${Python_ADDITIONAL_VERSIONS}/include/python${PYTHON_VERSION}...
I wonder if there is some remnant configuration somewhere... For the noisy output, that's the documentation output. Nothing I can do except add more doc in some places (but for...
Seems like everything should work. That's odd. I'll have to check a few things.
I tried it on an embedded Linux and the latest develop version, it worked as expected, the tests did have all the Python scripts :/ So I have no clue...
Yes, currently, I have to use the original react-native-maps instead :(
I have the same problem, and yes, the certificate is in my keychain. Interesting thing is that the manual call triggered asking for the certficate (with the password), but not...