-
Notifications
You must be signed in to change notification settings - Fork 20
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
Conda fails to solve environment - Windows #150
Comments
@IamShubhamGupto - do you know some quick way to resolve this? |
Thanks for bringing this up, I'll reproduce the logs and get back. The conda environment is a bit delicate as we wanted it to compile code every time we deploy our website. Since it works there, this should have easy enough solution. Ill make some changes today |
@dhruvbalwada do you happen to have a windows machine laying around? Id like to work on that for some time. Mac install logs - For whatever reason conda on linux and Mac are happy with the current I have a really old windows laptop so it's just taking forever to get anything done. ill look into alternate ways of testing environments until then |
@AnonymousFool could you confirm if you were successfully able to download and install |
@AnonymousFool - we have addressed this now. Hopefull it works for you. |
Issue
When setting up the environment for building and executing the notebooks, I encountered a LibMambaUnsatisfiableError due to a conflict in environment.yaml.
Context
I uninstalled anaconda and performed a fresh install. Through the anaconda prompt, I opened the folder containing the local repository and attempted to create a new environment from environment.yaml as described in the README. conda threw an error, deeming the packages nomkl and pytorch incompatible due to pytorch requiring mkl. The full output of the command can be found in a pastebin here.
Workaround
I created an empty environment and manually conda installed each package in environment.yaml except torch and torchvision, which I instead pip installed. I then successfully built and executed the notebooks.
The text was updated successfully, but these errors were encountered: