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

Having two "colon" marks in "environment.yml" file raises error. #71

Open
MHVali opened this issue Jul 5, 2023 · 1 comment
Open

Having two "colon" marks in "environment.yml" file raises error. #71

MHVali opened this issue Jul 5, 2023 · 1 comment

Comments

@MHVali
Copy link

MHVali commented Jul 5, 2023

When creating virtual environment, in the "environment.yml" file, there are two "colon" marks for installing "pytorch" and "torchvision" packages, which raises the error of "ResolvePackageNotFound: - pytorch::pytorch=1.3".

In order not to get this error, you have to remove one colon mark (:) to install "pytorch" and "torchvision" packages.

@MHVali
Copy link
Author

MHVali commented Jul 5, 2023

Another problem I found is that there is no "matplotlib" package in the "environment.yml" file. So, it raises an error when running "interactive.py".

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

1 participant