Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile.saichallenger-client
Fixing below error /usr/local/lib/python3.9/dist-packages/saichallenger/common/sai_client/sai_thrift_client/sai_thrift_client.py:8: in <module> from saichallenger.common.sai_client.sai_thrift_client.sai_thrift_utils import * _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ import re from itertools import zip_longest import ipaddress import json > from sai_thrift import sai_headers E ModuleNotFoundError: No module named 'sai_thrift' python3 setup.py install changed to pip3 install .
- Loading branch information