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

environment.yml Solving Enviroment: Failed ResolvePackageNotFound.. #42

Open
mavalente92 opened this issue Jan 18, 2021 · 5 comments
Open

Comments

@mavalente92
Copy link

i can't install because i get this error. Is there a solution?

@justinjohn0306
Copy link

i can't install because i get this error. Is there a solution?

check out my PR repo for Windows 10

@mavalente92
Copy link
Author

mavalente92 commented Jan 18, 2021 via email

@justinjohn0306
Copy link

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

@provostm
Copy link

Hello,
I manage to install it on my Windows 10 computer from RameenAbdal repo.

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>
Example : conda install _libgcc_mutex=0.1

Or for the pip installs you should use the command : pip install <name_of_package_with_version>
Example : pip install absl-py==0.7.1

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.

@bigboss97
Copy link

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

Thank you for the Windows 10 version. I've successfully installed on miniConda, not without hurdle.
The initial install failed. Then I tried to upgrade my Conda from 4.8.3 to 4.9.2. I broke my entire Conda environment. At the end I re-installed v4.8.3 and all good 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

4 participants