-
Notifications
You must be signed in to change notification settings - Fork 45
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
Package installation error: javabridge #25
Comments
Hi, thanks for raising this issue. We will do this after revising the docs and technical report. |
Hello, I encounter similar issue on Macbook Pro with M1 MAX. Can you give any idea to install PyRCA without installing UI/UX, to use it on the Jupyter Notebook or Python Script? Thank you for your Work :) |
Hi, a quick solution is that you can download the repo and remove the javabridge dependency in the setup.py, and then install the lib. If javabridge is not installed, you cannot use FGES for causal discovery and can use other methods such as PC. |
Thanks :) |
It is quite tricky to update javabridge. We will replace the java implementation of FGES with a python implementation, then the javabridge dependency will be removed. |
Hi @shenxiangzhuang we have replaced javabridge with jpype, and merged it into main branch. I will close this issue |
There is an error in the installation of
javabridge
package and the issue is similar to LeeKamentsky/python-javabridge#192.Fortunately I solved the problem by the solution provided in the issue:
pip install git+https://github.com/LeeKamentsky/python-javabridge
.I think it will be better to solve the installation error within this repo. Maybe we can try to use some building tools like poetry or rye to manage these dependencies which are more flexible and convenient.
The text was updated successfully, but these errors were encountered: