Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translate_acl is not working #913

Closed
lguohan opened this issue Aug 24, 2017 · 2 comments · Fixed by #915
Closed

translate_acl is not working #913

lguohan opened this issue Aug 24, 2017 · 2 comments · Fixed by #915
Assignees
Labels

Comments

@lguohan
Copy link
Collaborator

lguohan commented Aug 24, 2017

Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig Traceback (most recent call last):
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig File "/usr/local/bin/translate_acl", line 8, in
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig import openconfig_acl
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig File "/usr/local/lib/python2.7/dist-packages/openconfig_acl.py", line 16, in
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig from pyangbind.lib.yangtypes import RestrictedPrecisionDecimalType, RestrictedClassType, TypedListType
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig File "/usr/local/lib/python2.7/dist-packages/pyangbind/lib/yangtypes.py", line 30, in
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig import six
Aug 24 16:03:20.0 str-a7050-acs-1 INFO supervisord: swssconfig ImportError: No module named six

@lguohan
Copy link
Collaborator Author

lguohan commented Aug 24, 2017

admin@str-a7050-acs-1:~$ show version
SONiC Software Version: SONiC.HEAD.172-d918b13
Distribution: Debian 8.9
Kernel: 3.16.0-4-amd64
Build commit: d918b13
Build date: Thu Aug 24 12:03:09 UTC 2017
Built by: sonicbld@jenkins-slave-phx-1

@taoyl-ms
Copy link
Contributor

taoyl-ms commented Aug 24, 2017

The reason for this issue is that pyangbind publish a new version 0.6.0 at 2017-08-16 which introduces a new dependency (six). I'll modify dockerfile and explicitly install pyangbind version 0.5.10 to avoid this issue.

jleveque added a commit that referenced this issue Jun 13, 2020
* src/sonic-utilities 5765570...a21e01a (13):
  > [config] Don't attempt to restart disabled services (#944)
  > [crm] Use swsssdk API instead of redis-cli for getting keys from redis DB (#943)
  > Fixed fast-reboot for BFN platform (#871)
  > [sfputil] Add support of platform.json (#767)
  > [show] Add support for SONiC Gearbox Manager via new gearboxutil utility (#931)
  > [warm-reboot]: added pre-check for ISSU file (#915)
  > Add_intf_range (#913)
  > add fec config/show option (#764)
  > Make sure db_migrator is run after all config are loaded during (#926)
  > Changes to make lldp show command for multi-npu platforms. (#914)
  > [showtech]: add knet dump information in show tech (#925)
  > Vnet alias mapping (#924)
  > Revert the change to kdump reboot (#916)
stepanblyschak pushed a commit to stepanblyschak/sonic-buildimage that referenced this issue May 10, 2021
mssonicbld added a commit that referenced this issue Sep 12, 2024
…omatically (#20221)

#### Why I did it
src/sonic-swss-common
```
* e271c9b - (HEAD -> master, origin/master, origin/HEAD) [DASH] Add support for ENI Counters (#904) (5 hours ago) [Vivek]
* a76b983 - run DASH vs tests (#913) (29 hours ago) [Lawrence Lee]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants