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

can't find function_server.py #127

Open
longwutianya opened this issue Jun 20, 2019 · 0 comments
Open

can't find function_server.py #127

longwutianya opened this issue Jun 20, 2019 · 0 comments

Comments

@longwutianya
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant