Skip to content

Docker build fails: httpcore==1.0.10 not found (404 from PyPI) #43

@leetdavid

Description

@leetdavid

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

  1. Clone the repository:

    git clone https://github.com/alpacahq/alpaca-mcp-server.git
    cd alpaca-mcp-server
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions