AcademySoftwareFoundation / opencue.io

Source for OpenCue website
https://www.opencue.io
Creative Commons Attribution 4.0 International
17 stars 26 forks source link

Amend pip command for installing gRPC tools #256

Closed n-jay closed 1 year ago

n-jay commented 1 year ago

Describe the documentation issue

Step 2 of Generate gRPC Python code of Setting up a development environment on Linux has a shell command that installs "...the required gRPC tools". The command is pip -m install grpcio-tools

Prior to running the installation command, the pre-configured python virtual environment were activated with source venv-dev/bin/activate. However, running pip -m install grpcio-tools results in the following error: Selection_033

Describe the enhancement

Running command without -m option results in correct installation of grpcio-tools Selection_035

Additional context

Operating System: Ubuntu 22.04 Python version: Python 3.10.6 pip version: 22.0.2