@Juergen1, if you are using App build Environment then It wont work for arm snap. For real core snap, you have to use arm machine like raspberry-pi or aws arm instance, depanding on version of core, choose ubuntu 20 or 22.
... View more
@Juergen1, are bulding this snap on arm machine? and if so resolve the error by reffering to this yaml file: https://github.com/mauringo/python-ai-toolkit/blob/main/snap/snapcraft.yaml
... View more
@Juergen1, I am not so sure about this error but, in setup.py, try install_reuires= ['ctrlx-datalayer' , 'ctrlx_fbs'] only, and let me know
... View more