♦♣♠♥

Results 138 comments of ♦♣♠♥

can you try building QEMU from source?

I believe this is resolved on our master branch, but we have not yet released/pushed this to pip

> CC="ccache g++" python3 setup.py build_ext --inplace this should work

alternatively there's another build tool support which is explained here: https://github.com/X-DataInitiative/tick/blob/master/INSTALL.md#alternative-installation-method so you could just do ``` ./sh/mkn.sh hawkes/simulation ``` to build just hawkes simulation this open PR might be...

I believe to utilize the cmake configurations you must go through python also such like ```python3 setup.py build_ext --inplace cpptest```

"./sh/gtest.sh" uses the other build tool "mkn". I believe ```python3 setup.py build_ext --inplace cpptest``` should work, perhaps you can show me the error.

pretty sure it's already there. ``` file lib/include/tick/hawkes/simulation/simu_hawkes.h lib/include/tick/hawkes/simulation/simu_hawkes.h: C++ source, ASCII text ```

sorry but there is no release for python3.9 on pypi just yet

can you provide an example please? maybe we can do some parsing and testing