-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
Issue Description
The Docker build for alpaca-mcp-server fails when trying to download the httpcore==1.0.10 dependency from PyPI.
Error Message
× Failed to download `httpcore==1.0.10`
├─▶ Failed to fetch:
│ `https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.10-py3-none-any.whl`
╰─▶ HTTP status client error (404 Not Found) for url
(https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.10-py3-none-any.whl)
help: `httpcore` (v1.0.10) was included because `alpaca-mcp-server`
(v1.0.10) depends on `mcp` (v1.22.0) which depends on `httpx`
(v0.28.1) which depends on `httpcore`
Steps to Reproduce
-
Clone the repository:
git clone https://github.com/alpacahq/alpaca-mcp-server.git cd alpaca-mcp-server -
Build the Docker image:
docker build -t mcp/alpaca:latest .
Environment
- Docker version 28.5.2, build ecc6942 (via OrbStack)
- Orb version 2.0.5
❯ orb version
Version: 2.0.5 (2000500)
Commit: cfe47627f138ffd822c958553b0a93eaf2692c71 (v2.0.5)
Device
Mac Mini (2024) base model
Possible Cause
The httpcore==1.0.10 package appears to have been removed or is unavailable on PyPI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels