fedbiomed / fedbiomed

A collaborative learning framework for empowering biomedical research
https://fedbiomed.org
Other
36 stars 4 forks source link

Broken fed-ixi download link in FLamby tutorial #457

Open srcansiz opened 1 year ago

srcansiz commented 1 year ago

It seems that the URL provided by FLamby to download fed-ixi dataset is no longer active. I've found this issue while following the instructions given below in the tutorial https://fedbiomed.gitlabpages.inria.fr/latest/tutorials/flamby/flamby-integration-into-fedbiomed/:

source ${FEDBIOMED_DIR}/scripts/fedbiomed_environment researcher
pip install nibabel
source ${FEDBIOMED_DIR}/scripts/fedbiomed_environment node
pip install nibabel
python $(find $CONDA_PREFIX -path */fed_ixi/dataset_creation_scripts/download.py) -o ${FEDBIOMED_DIR}/data
srcansiz commented 1 year ago

In GitLab by @ybouilla on Jan 12, 2023, 11:27

I ve done some investigations: issue is that FLamby repo seems not to have been updated, even when doing a ./script/configure_conda run

FLamby repo has been recently updated in order to point to another repo

srcansiz commented 1 year ago

In GitLab by @ybouilla on Jan 12, 2023, 15:13

I dont know how to update git repo whithin a conda environment, tried following commands:

and updating the *.yaml file: adding -e before pip install as suggested in https://stackoverflow.com/questions/70352727/get-new-commits-from-a-git-repo-installed-with-pip-in-a-conda-environment-when-u

- pip:
    - -e git+https://github.com/owkin/FLamby@main

.. but none of them updated the git repo located whithin conda environment

srcansiz commented 1 year ago

In GitLab by @ybouilla on Jan 12, 2023, 15:44

Also tried cleaning the environment, and resintalling, still not working