2022-08-14 06:45 AM
Hello,
I try to install the distribution package using
repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15
as described in the wiki, before that made sure to install all packages mentioned in the prerequisites page.
The command fails with:
File "/home/steffen/Kirkstone/Distribution-Package/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15/.repo/repo/main.py", line 79
file=sys.stderr)
^
SyntaxError: invalid syntax
I am using Ubuntu 20.1, my python version is 3.8.10
Does anyone know what I am missing?
Thanks!
2022-08-16 01:28 AM
Hello @SFuch.1 ,
I tried on my side and the command seems to work and I also use python 3.8.10.
Did you try to remove the .repo file and remake " repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15 " ?
Maybe there was a problem during this part.
Best Regards,
Kevin