-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi Pedro,
I am Hana Tran, postdoctoral from Aparicio Lab. Thanks for the package. I really like the idea in your manuscript and is trying to apply this package to my project.
I don't have any question yet. I just want to take note the issues when installing this package here for someone who encounter same issue.
-
Issue with install pygraphviz
To fix this issue: install this package manually:
sudo apt-get install graphviz graphviz-dev
pip install pygraphviz
Details are at: https://pygraphviz.github.io/documentation/stable/install.html -
Issue with install jar:
Module not found error due to version with : from jax.example_libraries.optimizers import Adam - no module jax.example_libraries.optimizers
By some reasons ex: python version, the installed module jax version do not use the same version as in the set up file.
Fix:
pip uninstall jax
pip install --upgrade "jax[cpu]"
pip install --upgrade jax
Propose: for future development, is this possible to upload this package as an conda package? It will be easier to install this package in server and do not need to use both Conda and pip commands for Conda environment.
Thanks,