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

add channels to prevent conda's ResolvePackageError on Windows #528

Merged
merged 2 commits into from
May 6, 2022

Conversation

remtav
Copy link
Contributor

@remtav remtav commented May 3, 2022

fixes #527

@remtav remtav reopened this May 3, 2022
@calebrob6
Copy link
Member

This looks good to me, I ran into similar issues a few weeks ago and came up with a similar solution

@calebrob6
Copy link
Member

Why is the esri channel necessary?

@adamjstewart adamjstewart added this to the 0.2.2 milestone May 5, 2022
@remtav
Copy link
Contributor Author

remtav commented May 5, 2022

Why is the esri channel necessary?

pycocotools doesn't resolve with conda-forge channel on Windows. I simply took the 2nd most popular channel for this package.

Copy link
Collaborator

@adamjstewart adamjstewart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't use conda so as long as @calebrob6 approves I'm happy

@adamjstewart adamjstewart merged commit e785d81 into microsoft:main May 6, 2022
remtav added a commit to remtav/torchgeo that referenced this pull request May 26, 2022
…soft#528)

* add channels to prevent conda's ResolvePackageError on Windows

* add open3d-admin channel for open3d dependency
@adamjstewart adamjstewart deleted the 527-conda-windows branch July 2, 2022 06:10
@adamjstewart adamjstewart modified the milestones: 0.2.2, 0.3.0 Jul 2, 2022
@adamjstewart adamjstewart mentioned this pull request Jul 11, 2022
yichiac pushed a commit to yichiac/torchgeo that referenced this pull request Apr 29, 2023
…soft#528)

* add channels to prevent conda's ResolvePackageError on Windows

* add open3d-admin channel for open3d dependency
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

Successfully merging this pull request may close these issues.

Installation via conda raises ResolvePackageNotFound on Windows. Two conda channels missing for a fix.
3 participants