Paolo Stivanin changed bug 1222919
What Removed Added
Flags needinfo?(pstivanin@suse.com)  

Comment # 6 on bug 1222919 from Paolo Stivanin
I guess that's because Leap is not using py311 as default (just a guess, I'd
have to check), so the following fails:

[   29s] Traceback (most recent call last):
[   29s]   File "/usr/bin/nanopb_generator.py", line 36, in <module>
[   29s]     import google.protobuf.text_format as text_format
[   29s] ModuleNotFoundError: No module named 'google'
[   29s] --nanopb_out: protoc-gen-nanopb: Plugin failed with status code 1.

because /usr/bin/nanopb_generator.py calls python3 and python3 is a symlink to
3.6.

Or was the python interpreter changed to 3.11 by default on Leap?


You are receiving this mail because: