Hi,
I'm trying to set up the environment with Anaconda to run the code.
I'm running: conda env create -f environment.yml and I get error:
Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you.
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
- joblib==0.9.4
- numpy==1.10.4
- python==3.5.2
Do you know how to fix that?
Hi,
I'm trying to set up the environment with Anaconda to run the code.
I'm running:
conda env create -f environment.ymland I get error:Do you know how to fix that?