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

Default GPU Yaml file fails #124

Open
richardrl opened this issue Nov 20, 2020 · 4 comments
Open

Default GPU Yaml file fails #124

richardrl opened this issue Nov 20, 2020 · 4 comments

Comments

@richardrl
Copy link
Contributor

In "linux-env-gpu.yml", it is trying to install:

- python=3.5.2

We need at least python3.6 to sucessfully install

@kevin-thankyou-lin
Copy link

@richardrl Did you end up getting it to work?

@richardrl
Copy link
Contributor Author

@richardrl Did you end up getting it to work?

Just change it to python3.6

@kevin-thankyou-lin
Copy link

Is that all you did?

`conda env create -f linux-gpu-env.yml
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:

  • numba==0.35.0=np111py35_0
  • joblib=0.9.4
  • matplotlib==2.0.2=np111py35_0`

Tried tinkering with versions etc earlier but didn't seem to work

@JayanthRR
Copy link

Is that all you did?

`conda env create -f linux-gpu-env.yml
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:

  • numba==0.35.0=np111py35_0
  • joblib=0.9.4
  • matplotlib==2.0.2=np111py35_0`

Tried tinkering with versions etc earlier but didn't seem to work

I faced the same issue. I tried moving these packages under pip in the yml file and the installation seems to work fine, but I am unable to import properly.

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