lllyasviel / lllyasviel/ControlNet

conda env create -f environment.yaml failure on M1 MacPro, ResolvePackageNotFound

Open
#72 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
34.1k
Forks
3k
PR merge metrics
No merged PRs in 30d

Description

conda env create -f environment.yaml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:
- cudatoolkit=11.3
- pip=20.3
- python=3.8.5

(base) root@LincM1 ControlNet #

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running `conda env create -f environment.yaml` on the reported M1 MacPro setup and inspect the dependency pins named in the error: cudatoolkit=11.3, pip=20.3, and python=3.8.5. Compare the environment file with the repository's setup guidance and use the command output to determine the expected compatible configuration; verify the issue is resolved when environment creation no longer reports ResolvePackageNotFound.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, python
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.