maml_rl icon indicating copy to clipboard operation
maml_rl copied to clipboard

Cannot set up anaconda environment

Open djole opened this issue 4 years ago • 2 comments

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?

djole avatar Aug 12 '19 13:08 djole

I added the anaconda and conda-forge channels

Here's how the first 10 lines of my ylm file looks now: 1 name: rllab3 2 channels: 3 - https://conda.anaconda.org/kne 4 - https://conda.binstar.org/tlatorre 5 - https://conda.anaconda.org/cjs14 6 - https://conda.anaconda.org/menpo 7 - jjhelmus 8 - conda-forge 9 - anaconda 10 dependencies:

I have to say I am still running into problems creating the conda environment, though they seem to be unrelated. In the case they are related, the bug I am running into are a series of package conflicts with tensorflow 1.0+ (which is said to be required in the ReadMe).

acramer avatar Sep 19 '19 16:09 acramer

This is still an issue. And beyond the issue posted by djole, the tlatorre channel is now not working either. Please advise on an updated .yml that would work now.

zephconnell avatar Dec 03 '20 00:12 zephconnell