-
Notifications
You must be signed in to change notification settings - Fork 1
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
PathMe and DiffuPy Versioning #37
Comments
Hello! Thank you for reporting! We recently changed the We will push the merged updates by tomorrow. I'll further ping you here when it's fixed. Apologies for the versioning issues! |
No problem at all! I took a look at the change history for all three modules and could tell you're in pretty active development. Definitely would love a ping when you've pushed the merged updates, and thanks for working on these, they are fantastic modules to have in the python environment!! |
Hello again! Sorry for the delay, I had some mandatory extra work on early Dec. I hope the update would be still useful. Finally, the updated version is available for If you wish, take a look at this usability notebooks for Also if you would like to check further dataset preprocessing or evaluations. We will be updating extra features regarding other species networks and further network filtering/customization. If you would be interested on them, we could further let you know by here when all is tested out. If you have any issue with the updates let us know, Regards, Josep |
Hi, I've been trying to set up DiffuPath in a clean conda environment and get a cascade of conflicts with diffupy and pathme, probably due to their individual versioning.
Here is an environment with
python3 -m pip install diffupath
:After removing the environment, I try again from a clean one and attempt to use the latest github version.
Here is an environment with
python3 -m pip install git+https://github.com/multipaths/diffupath.git
:The above can be solved by installing the latest version of diffupy:
This one can be fixed by installing the google drive downloader:
And that's where I'm stuck!
The error remains the same if I also update PathMe using
python3 -m pip install git+https://github.com/PathwayMerger/PathMe.git
I can't seem to find any version of PathMe that still has a generate_universe function.
If you have a way to push a fix, or let me know which versions of pathme, diffupy, and diffupath you use in a working triplet, I'd appreciate it a ton!
The text was updated successfully, but these errors were encountered: