babysor / babysor/MockingBird

Docker compose run failed

Open
#978 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
36.9k
Forks
5.2k
PR merge metrics
No merged PRs in 30d

Description

**Summary[docker 无法启动/Python 找不到合适的库]**
`docker compose up -d` 无法成功启动,Docker build python报错了, 使用本地Python:`pip install -r requirements.txt`也是同样的报错, 应该是库依赖有问题

```shell
57.21 Collecting PyWavelets (from -r requirements.txt (line 27))
58.07 Downloading pywavelets-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.0 kB)
58.50 ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.53.0 Requires-Python >=3.6,<3.10; 0.53.0rc1.post1 Requires-Python >=3.6,<3.10; 0.53.0rc2 Requires-Python >=3.6,<3.10; 0.53.0rc3 Requires-Python >=3.6,<3.10; 0.53.1 Requires-Python >=3.6,<3.10; 0.54.0 Requires-Python >=3.7,<3.10; 0.54.0rc2 Requires-Python >=3.7,<3.10; 0.54.0rc3 Requires-Python >=3.7,<3.10; 0.54.1 Requires-Python >=3.7,<3.10; 0.55.2 Requires-Python <3.5; 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10
58.51 ERROR: Could not find a version that satisfies the requirement monotonic-align==0.0.3 (from versions: 1.0.0)
58.51 ERROR: No matching distribution found for monotonic-align==0.0.3
```

**Env & To Reproduce[复现与环境]**
MacBook M2, Python 3.10, Docker v24.0.6

**Screenshots[截图(如有)]**
image

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with requirements.txt, especially line 27, and reproduce the reported failure with `pip install -r requirements.txt` and `docker compose up -d` in the stated Python 3.10 and MacBook M2 environment. Check the reported PyWavelets and monotonic-align resolution errors; the work is done when dependencies install successfully and the Compose services start.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose, python
Domain
build-system, devops
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.