You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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).
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.
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:Do you know how to fix that?
The text was updated successfully, but these errors were encountered: