-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
supportUsage or installation support is requestedUsage or installation support is requested
Description
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
Labels
supportUsage or installation support is requestedUsage or installation support is requested