I have some additional information to share.
I try to find a workaround lately, but I still can’t find any.
My enviroment is on M1 mac and I wonder this is a cause.
But I still can’t specify which package occurs this issue.
There are list of what I did. All of them are not working.
-
Use this docker image but results are same. (Downgrade pymc to 4.1.2 for pymc-bart.)
Docker Hub -
Also use this docker image but results are same. (Downgrade pymc to 4.1.2 for pymc-bart.)
GitHub - danhphan/pymc-docker: Docker for PyMC version 4 run on CPU and GPU -
Try to install with this instruction but conda stops to resolve packages and don’t work.
Installation — PyMC 0+untagged.345.g2bd0611.dirty documentation
(I think this is another issue should be reported.) -
Use the conda’s official docker image and install pymc & pymc-bart via pip but results are same.
And I have another environment on GoogleColab (forcely install python3.9) and this works fine.
So I guess the current version(0.0.3) of BART may doesn’t work on M1 Mac
Thanks.