Hi أحمد (2026.03.09_22:21:35_+0000)
Well, I expect that those files don't get installed under /usr/lib/python3.14/dist-packages/cocotb/libs/, just as they did not get installed under /usr/lib/python3.13/dist-packages/cocotb/libs/
Actually, they were installed under /usr/lib/python3.13/dist-packages/cocotb/libs/
dh_python3 attempted to merge /usr/lib/python3.13/dist-packages/ and /usr/lib/python3.14/dist-packages/ and couldn't because these libraries differed.
You need to decide how to handle the difference. If these are C libraries, not linking to anything Python-version-specific, then you can just delete them from /usr/lib/python3.14/dist-packages/cocotb/libs/
If they are Python-verison-specific, then you need to rearrange them somehow.
Stefano -- Stefano Rivera http://tumbleweed.org.za/ +1 415 683 3272

