feast
feast copied to clipboard
`feast serve --go` command broken
Expected Behavior
Current Behavior
Steps to reproduce
See more details at this Slack thread.
Specifications
- Version:
- Platform:
- Subsystem:
Possible Solution
I am also having the same issue.
Version: 0.23.1 Platform: Mac OS (M1, ARM) Subsystem: Python 3.9.13
(feast_poc) workspace/feast_poc » feast serve
Traceback (most recent call last):
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/bin/feast", line 8, in <module>
sys.exit(cli())
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/click/core.py", line 1130, in __call__
return self.main(*args, **kwargs)
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/click/decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/feast/cli.py", line 673, in serve_command
store.serve(host, port, type_, no_access_log, no_feature_log)
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/feast/usage.py", line 287, in wrapper
raise exc.with_traceback(traceback)
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/feast/usage.py", line 276, in wrapper
return func(*args, **kwargs)
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/feast/feature_store.py", line 2222, in serve
self._lazy_init_go_server()
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/feast/feature_store.py", line 1542, in _lazy_init_go_server
from feast.embedded_go.online_features_service import (
File "/Users/jiwon/.pyenv/versions/3.9.13/envs/feast_poc/lib/python3.9/site-packages/feast/embedded_go/online_features_service.py", line 22, in <module>
from .lib.embedded import (
ModuleNotFoundError: No module named 'feast.embedded_go.lib'
'feast go server' doesn't support m1 architecture?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.