Found conflicts! Looking for incompatible packages. error
yvzkbln opened this issue · 5 comments
When I run the "conda env create -f ecg_env.yml " command I get the following error.
Found conflicts! Looking for incompatible packages.
same issue, letting the conflict solver run through to no avail
Sorry for the late response. You are right, the provided yml does not seem to work anymore (which is strange since conda should in principle avoid these kinds of conflicts). We try to set up a new conda environment soon- hopefully towards the end of this week.
For me, the conflict was caused by the requirement - dataclasses=0.6=py_0
. What worked for me was
- Removing the dataclasses requirement from
ecg_env.yml
- Running
conda env create -f ecg_env.yml
and activating the environment - Installing dataclasses package with conda (yielding dataclasses 0.7 with automatic version selection)
@rsaite thanks for pointing this out, currently I'm investigating the conda environment, I'll commit a updated yml file soon.
Hi, I updated the conda environment with the minimal setup with wfdb, pytorch, torchvision, cudatoolkit, fastai, fastprogress. In addition I removed the prefix-line, header ids and the environment name. I hope this will fix your issues, just re-open the issue if this is not the case :)