Hello thanks for your answer !
Actually I've already followed this tutorials and evrything works locally including the command line you sent. Right now I'm trying to setup the Client API following
https://github.com/Netflix/metaflow-service . Currently I have an issue with the command line 'python3 -m services.metadata_service.server' which outputs me this error
ERROR
asyncioException in callback Connection._ready(<weakref at 0...x7f61200f9a00>) at /home/lUSER/.local/lib/python3.9/site-packages/aiopg/connection.py:779
handle: <Handle Connection._ready(<weakref at 0...x7f61200f9a00>) at /home/lamiasalhi/.local/lib/python3.9/site-packages/aiopg/connection.py:779>
Traceback (most recent call last):
File "/usr/lib/python3.9/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/USER/.local/lib/python3.9/site-packages/aiopg/connection.py", line 837, in _ready
self._loop.add_writer(
File "/usr/lib/python3.9/asyncio/selector_events.py", line 341, in add_writer
self._add_writer(fd, callback, *args)
File "/usr/lib/python3.9/asyncio/selector_events.py", line 299, in _add_writer
self._selector.modify(fd, mask | selectors.EVENT_WRITE,
File "/usr/lib/python3.9/selectors.py", line 390, in modify
self._selector.modify(key.fd, selector_events)
FileNotFoundError: [Errno 2] No such file or directory
ERROR
AsyncPostgresDBglobal:Exception occurred
Traceback (most recent call last):
File "/usr/lib/python3.9/asyncio/tasks.py", line 490, in wait_for
return fut.result()
asyncio.exceptions.CancelledError