Hi, I had a deeper look : the problematic packages are those which come with some cython-compiled code, as this is versioned. For example: lazy_import.cpython-37m-x86_64-linux-gnu.so which means that we should provide the Python 3.8 versions of those if we want it to pass. Cheers, JP