You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: