tick
tick copied to clipboard
Apple build problems
After some effort I was able to get a build on Apple M1 using
https://github.com/PhilipDeegan/tick/tree/releases
When I import I now see the error below, seems to be due to conflict with the NumPy extension _multiarray_umath and a failure during the initialization of the _tick_cpp module. Any ideas on how to fix?
❯ python -c "import tick.tick_cpp; print(dir(tick.tick_cpp))"
Traceback (most recent call last):
File "/Users/foo/miniforge3/envs/clean_env/lib/python3.12/site-packages/numpy/init.py", line 114, in