ByteDance-Seed / ByteDance-Seed/Bagel
BUG: No matching distribution found for decord==0.6.0
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 545
- PR merge metrics
- No merged PRs in 30d
Description
```
❯ conda create -n bagel python=3.10 -y
Retrieving notices: done
Channels:
- microsoft
- conda-forge
- defaults
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: done
## Package Plan ##
environment location: /Users/davidandrews/miniconda3/envs/bagel
added / updated specs:
- python=3.10
The following packages will be downloaded:
package | build
---------------------------|-----------------
liblzma-5.8.1 | h39f12f2_1 90 KB conda-forge
libsqlite-3.49.2 | h3f77e49_0 878 KB conda-forge
pip-25.1.1 | pyh8b19718_0 1.2 MB conda-forge
python-3.10.17 |h6cefb37_0_cpython 10.9 MB conda-forge
setuptools-80.8.0 | pyhff2d567_0 731 KB conda-forge
------------------------------------------------------------
Total: 13.8 MB
The following NEW packages will be INSTALLED:
bzip2 conda-forge/osx-arm64::bzip2-1.0.8-h99b78c6_7
ca-certificates conda-forge/noarch::ca-certificates-2025.4.26-hbd8a1cb_0
libexpat conda-forge/osx-arm64::libexpat-2.7.0-h286801f_0
libffi conda-forge/osx-arm64::libffi-3.4.6-h1da3d7d_1
liblzma conda-forge/osx-arm64::liblzma-5.8.1-h39f12f2_1
libsqlite conda-forge/osx-arm64::libsqlite-3.49.2-h3f77e49_0
libzlib conda-forge/osx-arm64::libzlib-1.3.1-h8359307_2
ncurses conda-forge/osx-arm64::ncurses-6.5-h5e97a16_3
openssl conda-forge/osx-arm64::openssl-3.5.0-h81ee809_1
pip conda-forge/noarch::pip-25.1.1-pyh8b19718_0
python conda-forge/osx-arm64::python-3.10.17-h6cefb37_0_cpython
readline conda-forge/osx-arm64::readline-8.2-h1d1bf99_2
setuptools conda-forge/noarch::setuptools-80.8.0-pyhff2d567_0
tk conda-forge/osx-arm64::tk-8.6.13-h5083fa2_1
tzdata conda-forge/noarch::tzdata-2025b-h78e105d_0
wheel conda-forge/noarch::wheel-0.45.1-pyhd8ed1ab_1
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate bagel
#
# To deactivate an active environment, use
#
# $ conda deactivate
❯ conda activate bagel
❯ pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none)
ERROR: No matching distribution found for decord==0.6.0
```
System:
- Mac M4, 128GB. Sequoia 15.5.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with requirements.txt and reproduce the reported pip install -r requirements.txt failure in a Python 3.10 conda environment on macOS arm64. Check how the pinned decord==0.6.0 dependency is handled for this platform; done means the documented environment setup can install the requirements successfully on the reported system.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100