conda create -n colink-unifed-fedlearner python=3.7
conda activate colink-unifed-fedlearner
- My server is weird that it does not automatically switch to the anaconda python version: export PATH=/home/xiaojunxu/anaconda3/envs/colink-unifed-fedlearner/bin:$PATH
pip install -e .
sh install_fedlearner.sh
- my server does not have mysql installed. To accomodate to this, need to remove remove mysqlclient and sqlalchemy in fedlearner/requirement.txt, and remove import MySQLClient (L21) in fedlearner/fedlearner/common/db_client.py
python test/test_all_config.py