question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

On Windows (10), conda can’t find torchvision nor pycocotools:

(base) C:\Users\...>conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:
  - torchvision[version='>=0.10']
  - pycocotools

Adding pytorch and esri in channels of environment.yml seems to fix this issue.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
adamjstewartcommented, May 3, 2022

Yeah, that’s another complaint I have with conda, there’s no way to expression “optional” dependencies. Open3D isn’t necessary for 99% of users but we have no way to express that. If adding an extra channel solves the issue then that could be a good solution. Want to reopen #528 and add that?

1reaction
isaaccorleycommented, May 3, 2022

+1 for WSL. It’s gotten better over time and VSCode has a nice Remote WSL extension. It also supports access to CUDA devices directly now so you can train on your GPU.

Read more comments on GitHub >

github_iconTop Results From Across the Web

failed to create anaconda environment ... - Stack Overflow
The problem is that the Anaconda isn't lying to me. Those packages don't exist in the linux channels however they do exist in...
Read more >
Release notes — conda 22.11.1.post14+4f2f30268 ...
Fix for conda update and conda install issues related to channel notices. ... in 4.10.2 that introduced a regression for users using S3...
Read more >
conda-forge - :: Anaconda.org
7-Zip is a file archiver with a high compression ratio. _current_repodata_hack_gcc_linux_64_75, 0.0.3, LicenseRef-OTHER, X, X, Meta-package to fix ...
Read more >
Troubleshoot environment images - Azure Machine Learning
Learn how to troubleshoot issues with environment image builds and package installations.
Read more >
Managing CUDA dependencies with Conda | by David R. Pugh
In this post I am going to show you how to manage project specific versions of the NVIDIA CUDA Toolkit, NCCL, and cuDNN...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found