-
Notifications
You must be signed in to change notification settings - Fork 344
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
environment.yml Solving Enviroment: Failed ResolvePackageNotFound.. #42
Comments
check out my PR repo for Windows 10 |
How can i do?
Il lun 18 gen 2021, 12:01 Justin John <notifications@github.com> ha scritto:
… i can't install because i get this error. Is there a solution?
check out my PR repo for Windows 10
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKK53KEDC6RNB5SCSHZMUNTS2QIJRANCNFSM4WHDR7BA>
.
|
start from the beginning and use my PR repo to try out |
Hello, The command "conda env create -f environment.yml" never worked for me, I had to install each package one by one and some of them failed so I looked for the good channel for the requested version to modify the "-c" argument and relaunch. You can use the command : conda install <name_of_package_with_version> Or for the pip installs you should use the command : pip install <name_of_package_with_version> Note : Some of the packages needed CUDA or CMAKE so make sure you have installed it before. This is not ideal but I really had no other choice. |
Thank you for the Windows 10 version. I've successfully installed on miniConda, not without hurdle. |
i can't install because i get this error. Is there a solution?
The text was updated successfully, but these errors were encountered: