Skip to content
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 package issues #3

Open
nhuhoa opened this issue Feb 4, 2023 · 0 comments
Open

Installation package issues #3

nhuhoa opened this issue Feb 4, 2023 · 0 comments

Comments

@nhuhoa
Copy link

nhuhoa commented Feb 4, 2023

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.

  1. 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

  2. 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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant