Richard Stotz
Richard Stotz
I believe this issue has finally been solved for good with version 0.7.0. Closing this but feel free to re-open if there are still issues.
Hi, thanks for reporting this, that's a documentation bug / a bug in the compile_and_run script. If you do not need TensorFlow support (i.e. TFRecord files), you can compile with...
Hi, while I believe that it is possible to compile TF-DF on ARM64 Linux, it's not something we've looked into in more detail. I might have a closer look, but...
One first step would be to adapt the config/move_generated_files.sh script to work with windows. This script is adapted from other google projects - you can try just making it similar...
Hi, thank you for reporting this. We're looking into improving the build process and make it work with pip directly. Also note that we will upload the missing MacOS Arm64...
You can force building from a wheel in Python with `pip install temporian --only-binary :all:`. Does this work?
What's the output of ``` from packaging.tags import sys_tags print(list(sys_tags())) ```
I imagine cp310-cp310-macosx_12_0_x86_64 is not on the list, but maybe `cp310-cp310-macosx_10_15_x86_64` is?