ZhiningLiu1998 / imbalanced-ensemble

🛠️ Class-imbalanced Ensemble Learning Toolbox. | 类别不平衡/长尾机器学习库
https://imbalanced-ensemble.readthedocs.io
MIT License
326 stars 51 forks source link

Cannot conda env export due to missing comma in INSTALL_REQUIRES list #16

Closed MarcSkovMadsen closed 1 year ago

MarcSkovMadsen commented 1 year ago

You have a missing comma in the INSTALL_REQUIRES list which breaks conda env export.

image

Context

I'm trying to export my conda environment, but it fails.

conda env export > environment.yaml

InvalidVersionSpec: Invalid version '1.1.3joblib>=0.11': invalid character(s)

After some time digging around I find the cause using the command

# grep -rl "1.1.3joblib>=0.11" /opt/conda/envs/mt-base
/opt/conda/envs/mt-base/lib/python3.10/site-packages/imbalanced_ensemble-0.1.7.dist-info/METADATA

and I end up here :-)

Your package imbalanced-ensemble is a dependency of autoviml which is in my environment.yaml file.

ZhiningLiu1998 commented 1 year ago

@all-contributors please add @MarcSkovMadsen for reporting and fixing bugs

allcontributors[bot] commented 1 year ago

@ZhiningLiu1998

I've put up a pull request to add @MarcSkovMadsen! :tada: