-
Notifications
You must be signed in to change notification settings - Fork 0
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 - versioning of libraries needed #11
Comments
As a way to overcome this issue and have a more systematic look at refactoring LSTree to be able to work with newer libraries around, I have created the One last issue is still remaining which concerns tensorflow, currently installed via the installation of dl-utils. One easy way to overcome this for now is to clone the repository of dl-utils, and manually change the setup.py file there so that:
|
There is also an issue with One way to overcome this is to have the latest version of pyvista. I have made the corresponding changes in the |
Thanks Gustavo for fixing the issue above! I found another issue while installing the refactor_2023 branch: dl-utils installs tensorflow-addons without specifying a version. This leads to the installation of tensorflow-addons version 0.19.0, which is incompatible with tensorflow 2.3. Downgrading tensorflow-addons to version 0.13.0 fixed this issue. |
Thank you @jd-deleede for spotting this and providing a solution! Currently the installations instructions are still the old ones in the main, but I will try to merge the 2023 refactor to main soon so to have package versions updated there as well. |
Currently the
main
branch has no specifications for many libraries, and this is now leading to library version conflicts, as this has not been updated for a while. This issue was first reported by Jan-Daniel.The text was updated successfully, but these errors were encountered: