-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi -- I'm getting the following error when initializing the FlagdProvider.
2024-02-22 13:17:41 ModuleNotFoundError: No module named 'openfeature.contrib.provider.flagd.proto'
2024-02-22 13:18:32 Traceback (most recent call last):
2024-02-22 13:18:32 File "/usr/src/app/recommendation_server.py", line 24, in <module>
2024-02-22 13:18:32 from openfeature.contrib.provider.flagd import FlagdProvider
2024-02-22 13:18:32 File "/usr/local/lib/python3.12/site-packages/openfeature/contrib/provider/flagd/__init__.py", line 1, in <module>
2024-02-22 13:18:32 from .provider import FlagdProvider
2024-02-22 13:18:32 File "/usr/local/lib/python3.12/site-packages/openfeature/contrib/provider/flagd/provider.py", line 43, in <module>
2024-02-22 13:18:32 from .proto.schema.v1 import schema_pb2, schema_pb2_grpc
2024-02-22 13:18:32 ModuleNotFoundError: No module named 'openfeature.contrib.provider.flagd.proto'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working