-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbol not found, but versions are compatible according to the website #195
Comments
Hi, that's odd. I'm not very familiar with the conda environment, and I don't have a mac with macos 11.2.3 so debugging is going to be a bit hard. Could you please try with TF-DF 2.14. (and TF 2.12), as well as TF-DF 2.16.0rc0 and TF 2.14.0rc0 and report if that works? |
Hi thanks for the fast reply!
I only used it to create an environment with python 3.11 and pip, so that I could remove everything if the install went wrong (I've been trying to install this for 3 days now, first I did it with my older, more heavy duty iMac, but now I'm on my macbook) I was mostly confused by the line Anyhow, I'm tried the other versions. This is the full output of 1.16.0rc0/2.14.0rc0
I even tried to compile from source
I'm currently trying v1.0.1/2.10.1 but the step Could I help with any other information? |
Ah 1.0.1 throws the following, similar error over a different .so file
|
Hi, one more thing I need to debug this: Are you using an Intel mac or an Arm64 (M1 / M2) machine? I just checked and everything works well on my arm64 machine, but I don't have an Intel machine available to debug on that. Many packages have been cross-compiled. With this information, I might also be able to guide you through self-compilation. |
Hey I just did a fresh install of miniconda, and used pip to install tensorflow and tensorflow_decision_forests Some of the packages that are installed now are
I opened my notebook and when I imported both packages I get the following error:
The weird thing is is that I have macos 11.2.3. It seems that it doesn't build the right version
The text was updated successfully, but these errors were encountered: