Ariel Hippen
Ariel Hippen
Hi Matt, thanks for looking into this. I'm running Ubuntu 20.04, so I tried downgrading to `6.8.0` and got the same error: ```TypeError: entry_points() got an unexpected keyword argument 'group'```...
Thanks for your help, Matt. I made a fresh python 3.8 conda environment and ran `pip install requirements.txt` with the versions you provided. I got the following error: ```Requirement already...
Hi Matt, sorry this is a headache for the both of us. I'll write out what I did exactly. ``` conda create --name testpython310 python=3.10 conda activate testpython310 git clone...
Running `scripts/train_hydra.py` on Python 3.1 worked without any errors. I'll get to work on trying it on my data, sorry if that was a lot of worrying over nothing!
Hi, what is the status of this feature? I only have micromamba, not conda, installed on my machine and when I include the `--use-conda` parameter on my workflow, I get...