M2 Mac ResolvePackageNotFound: `dglteam::dgl==1.0.1`
Open
bug:unconfirmed
stale-issue
- Dominant language
- Python
- Stars
- 14.3k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
```yml
name: dgl_env
channels:
- pytorch
- dglteam
dependencies:
- python>=3.10
- pytorch==2.0.0
- dglteam::dgl==1.0.1 # <--- from https://anaconda.org/dglteam/dgl
```
```sh
$ conda env create -f env.yml
```
## Expected behavior
I can install `dgl`.
## Environment
See env file above
- OS (e.g., Linux): macOS M2 (arm) 13.2.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.