Skip to content
This repository was archived by the owner on Aug 10, 2019. It is now read-only.
This repository was archived by the owner on Aug 10, 2019. It is now read-only.

can't find function_server.py #127

@longwutianya

Description

@longwutianya

in getting-started.md

start the FaaS server

$ cd functions && python3 function_server.py

I can't find function_server.py , only have server.py in the directory.
When I use the command "python3 server.py" to start the script, I get errors as follows:
Traceback (most recent call last):
File "server.py", line 20, in
from benchmarks.server import *
File "/xxx/fluent-master/functions/benchmarks/server.py", line 7, in
from . import composition
File "/xxx/fluent-master/functions/benchmarks/composition.py", line 6, in
from include.functions_pb2 import *

Thanks!

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