Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set up anaconda environment #11

Open
djole opened this issue Aug 12, 2019 · 2 comments
Open

Cannot set up anaconda environment #11

djole opened this issue Aug 12, 2019 · 2 comments

Comments

@djole
Copy link

djole commented Aug 12, 2019

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?

@acramer
Copy link

acramer commented Sep 19, 2019

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).

@zephconnell
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants