lusis-ai
lusis-ai
Similar issue happened with `tensorflow_decision_forests`. After installing `tensorflow` and `tensorflow_decision_forests` from pip (as tfdf for ARM on conda is not available), in the same config as above, the following error...
But the issue is still there when importing `tensorflow` or `tensorflow_decision_forests`. We have utils libs importing `tensorflow` so it makes it crash with : ``` libc++abi: terminating due to uncaught...
Nice, we manage package consistency with conda but inside a conda env we can also install packages with pip when needed. Tomorrow I will try by using pip only to...
Hi, For the issue with `pyarrow`, thanks to your indication it's resolved just by forcing protobuf to `4.24.3`, even installing protobuf with conda is ok and now it works. The...