You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I try bitbake fbtp-image, I have instantly this error :
Traceback (most recent call last):
File "/home/qarnot/openbmc-fb/yocto/rocko/poky/bitbake/bin/bitbake", line 31, in <module>
import bb
File "/home/qarnot/openbmc-fb/yocto/rocko/poky/bitbake/lib/bb/__init__.py", line 77, in <module>
import bb.msg
File "/home/qarnot/openbmc-fb/yocto/rocko/poky/bitbake/lib/bb/msg.py", line 32, in <module>
import bb.event
File "/home/qarnot/openbmc-fb/yocto/rocko/poky/bitbake/lib/bb/event.py", line 35, in <module>
import bb.compat
File "/home/qarnot/openbmc-fb/yocto/rocko/poky/bitbake/lib/bb/compat.py", line 3, in <module>
from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
ImportError: cannot import name 'MutableMapping' from 'collections' (/usr/lib/python3.11/collections/__init__.py)
I don't know if I am missing some library on my computer ? :/
The text was updated successfully, but these errors were encountered:
Hello :)
I tried to build the fbtp image (which I suppose to be tiogapass).
I used :
No problem, and I am in the directory
build
.But when I try
bitbake fbtp-image
, I have instantly this error :I don't know if I am missing some library on my computer ? :/
The text was updated successfully, but these errors were encountered: