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

Infos from eeprom printing #85

Open
Gegounet opened this issue May 18, 2022 · 2 comments
Open

Infos from eeprom printing #85

Gegounet opened this issue May 18, 2022 · 2 comments

Comments

@Gegounet
Copy link

Hi,
I don't know if somebody is still here but i will try anyway... Fingers crossed
So when i try the stratatools eeprom_decode that error comes out ;
stratatools eeprom_decode --machine-type fox --eeprom-uid b3b6471dd014103f originalb3-1014d01d47b6.bin
Traceback (most recent call last):
File "/usr/local/bin/stratatools", line 11, in
load_entry_point('stratatools==3.0', 'console_scripts', 'stratatools')()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2793, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2411, in load
return self.resolve()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2417, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "build/bdist.linux-armv7l/egg/stratatools/console_app.py", line 13, in
File "/usr/local/lib/python2.7/dist-packages/protobuf-4.21.0rc1-py2.7.egg/google/protobuf/text_format.py", line 52, in
from google.protobuf.internal import decoder
File "/usr/local/lib/python2.7/dist-packages/protobuf-4.21.0rc1-py2.7.egg/google/protobuf/internal/decoder.py", line 86, in
from google.protobuf.internal import containers
File "/usr/local/lib/python2.7/dist-packages/protobuf-4.21.0rc1-py2.7.egg/google/protobuf/internal/containers.py", line 73
def init(self, message_listener:any) -> None:
^
SyntaxError: invalid syntax

Any ideas ?
Thanks :)

@eklmv
Copy link

eklmv commented Aug 14, 2022

Latest version of protobuf doesn't support python2, i tried to build it with protobuf=3.12.0 and it works.

@Gegounet
Copy link
Author

Yes thank you It worked :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants