thats another try with python 3.8 and nvidia/cuda:11.6.1-base-ubuntu20.04
Python 3.8.10 (default, Mar 15 2022, 12:22:08)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import Metashape
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.8/dist-packages/Metashape/__init__.py", line 3, in <module>
from .Metashape import *
ImportError: /lib/x86_64-linux-gnu/libhogweed.so.5: undefined symbol: __gmpn_cnd_sub_n
>>>
root@acffa:/data# ldd /lib/x86_64-linux-gnu/libhogweed.so.5
linux-vdso.so.1 (0x00007ffc667e6000)
libnettle.so.7 => /lib/x86_64-linux-gnu/libnettle.so.7 (0x00007ff7cdc48000)
libgmp.so.10 => /lib/x86_64-linux-gnu/libgmp.so.10 (0x00007ff7cdbc4000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff7cd9d2000)
/lib64/ld-linux-x86-64.so.2 (0x00007ff7cdcc1000)