Skip to content

Starting the server  #16

@17341

Description

@17341

Hello,

I tried to run the basic function,

  from pydantic import BaseModel
  
  class Input(BaseModel):
      message: str
  
  class Output(BaseModel):
      message: str
  
  def hello_world(input: Input) -> Output:
      """Returns the `message` of the input data."""
      return Output(message=input.message)

and got this error: 'PYTHONPATH' is not recognized as an internal command or external, an executable program or a batch file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    supportUsage or installation support is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions