fast-dog-88545
06/12/2023, 5:46 PM@tensorflow_parallel
. I installed it by command pip install git+<https://github.com/netflix/metaflow.git@refs/pull/872/head>
But when I try to run a flow I get an error:
(tf_parallel) linz1@ADSKTR2CQ24X50 metaflow % python flow.py run
Traceback (most recent call last):
File "/Users/linz1/Team/onboarding/metaflow/flow.py", line 1, in <module>
from metaflow import (
File "/Users/linz1/miniconda3/envs/tf_parallel/lib/python3.9/site-packages/metaflow/__init__.py", line 214, in <module>
_import_plugin_decorators(globals())
File "/Users/linz1/miniconda3/envs/tf_parallel/lib/python3.9/site-packages/metaflow/decorators.py", line 504, in _import_plugin_decorators
from .plugins import STEP_DECORATORS, FLOW_DECORATORS
File "/Users/linz1/miniconda3/envs/tf_parallel/lib/python3.9/site-packages/metaflow/plugins/__init__.py", line 139, in <module>
from .frameworks.pytorch import PytorchParallelDecorator
ModuleNotFoundError: No module named 'metaflow.plugins.frameworks'
I seems I still need some other dependency packages? Does anyone have some ideas about how to solve this? Thanks!