facebook / fboss

Facebook Open Switching System Software for controlling network switches.
Other
860 stars 295 forks source link

ModuleNotFoundError: No module named 'fboss.fb_thrift_clients' #110

Open pettershao-ragilenetworks opened 2 years ago

pettershao-ragilenetworks commented 2 years ago

seems miss fb_thrift_clients.py, please help check, thanks!

[root@bogon fboss-py]# ./fboss/cli/cli.py --help
Traceback (most recent call last):
  File "./fboss/cli/cli.py", line 34, in <module>
    from fboss.fb_thrift_clients import FbossAgentClient
ModuleNotFoundError: No module named 'fboss.fb_thrift_clients'
pettershao-ragilenetworks commented 2 years ago

@shri-khare Hi Shrikrishna Khare, I am doing some fboss experiment locally, but when I do py cli show, it remind me that can’t find fb_thrift_clients.py, could help share me this file(also I am using fboss2 to show, but you know it support only a little commands), thanks!