-
Notifications
You must be signed in to change notification settings - Fork 3
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
Installation fails because of tensorflow version #1
Comments
I've fixed the pip installation bugs. Now it can be installed by |
sorry, but it's still failing: The conflict is caused by: To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts |
Thank you for reporting the issue. Tensorflow2.10 is recommended as I've tried other version of Tensorflow, but there is slight performance discrepancy. I've tested in a virtual environment through pip install CausalBGM. It works out fine. After installing it, you can use command line |
Thank you so much! I've been using CausalEGM and I am excited to test CausalBGM. |
In CausalEGM you have 'tensorflow>=2.8.0' in settings and it works fine. |
So happy to know that you are interested in our CausalEGM and CausalBGM works, your feedback is very important. A virtual env with python 3.9 should work with tensorflow 2.10.0. I'm developing CausalBGM with exact python3.9 and tensorflow 2.10 |
Yes, I develop CausalEGM with tensorflow 2.8.0. CausalBGM is a bit tricky as there is some discrepancy with newer tensorflow and tensorflow-probability libraries. In order to make results reproducible, I restrict the environment to be the same as mine. |
Hi!
Any of the installation methods (listed here: https://causalbgm.readthedocs.io/en/latest/installation.html) fails because of tensorflow specified version:
ERROR: Could not find a version that satisfies the requirement tensorflo==2.10.0 (from causalbgm) (from versions: none)
ERROR: No matching distribution found for tensorflo==2.10.0
ERROR: git+https://github.com/SUwonglab/CausalBGM.git does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
3)git clone https://github.com/SUwonglab/CausalBGM && cd CausalBGM/src
pip install -e .
ERROR: Could not find a version that satisfies the requirement tensorflow==2.10.0 (from causalbgm) (from versions: 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1, 2.14.0rc0, 2.14.0rc1, 2.14.0, 2.14.1, 2.15.0rc0, 2.15.0rc1, 2.15.0, 2.15.1, 2.16.0rc0, 2.16.1, 2.16.2, 2.17.0rc0, 2.17.0rc1, 2.17.0, 2.17.1, 2.18.0rc0, 2.18.0rc1, 2.18.0rc2, 2.18.0)
ERROR: No matching distribution found for tensorflow==2.10.0
The text was updated successfully, but these errors were encountered: