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
It requires dev-python/pyyaml and dev-python/jinja.
Without them building fails at the configuration phase. I got this
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named yaml
CMake Error at daemon/cmake/DaemonCBSE.cmake:55 (message):
Missing dependences for CBSE generation. Please ensure you have python ≥
2, python-yaml, and python-jinja installed.
Use pip install -r src/utils/cbse/requirements.txt to install
Call Stack (most recent call first):
CMakeLists.txt:88 (CBSE)
The text was updated successfully, but these errors were encountered:
It requires dev-python/pyyaml and dev-python/jinja.
Without them building fails at the configuration phase. I got this
The text was updated successfully, but these errors were encountered: