Skip to content

Commit

Permalink
Use venv Python executable for grpc_tools.protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Jul 3, 2024
1 parent 5364009 commit ce9ad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def _generate_python_protos(self, path: str):
print(f"Subprocess PATH: {env['PATH']}")
print(f"Subprocess PYTHONPATH: {env['PYTHONPATH']}")
subprocess.check_call(
self.python_protoc
["/home/ubuntu/feast/venv/bin/python", "-m", "grpc_tools.protoc"]
+ [
"-I",
self.proto_folder,
Expand Down

0 comments on commit ce9ad8a

Please sign in to comment.