lllyasviel / lllyasviel/ControlNet
conda env create -f environment.yaml failure on M1 MacPro, ResolvePackageNotFound
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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