-
Notifications
You must be signed in to change notification settings - Fork 554
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
Comments
@richardrl Did you end up getting it to work? |
Just change it to python3.6 |
Is that all you did? `conda env create -f linux-gpu-env.yml ResolvePackageNotFound:
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. |
In "linux-env-gpu.yml", it is trying to install:
- python=3.5.2
We need at least python3.6 to sucessfully install
The text was updated successfully, but these errors were encountered: