Skip to content

Weather python server fails to load #18

@sterankin

Description

@sterankin

Running the weather server seems to hang:

uv run weather.py --verbose
Built weather @ file:///Users/me/src/quickstart-resources/weather-server-python
Uninstalled 2 packages in 16ms
Installed 2 packages in 5ms

Should there be further logs here - anything I can try?

To Reproduce
Simply followed the instruction and pulled down the repo, installed uv etc and tried to run it.

Running the client then fails as I assume the server is not running?

I run the weather mcp python client like this:

uv run client.py '/Users/me/src/quickstart-resources/weather-server-python/weather.py'


and get:


    from mcp.server.fastmcp import FastMCP
ModuleNotFoundError: No module named 'mcp.server.fastmcp'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions