오류 '>='는 virt-mager의 'NoneType' 및 'str' 인스턴스 간에 지원되지 않습니다.

오류 '>='는 virt-mager의 'NoneType' 및 'str' 인스턴스 간에 지원되지 않습니다.

Ubuntu 20.04를 사용하고 있지만 virt-installvirt-manager 버전이 2.2.1인 동안에는 작동하지 않습니다.

$virt-manager --version 2.2.1

나는 패키지를 설치했고 $sudo apt install libvirt-clients libvirt-daemon-system libvirt-daemon virtinst bridge-utils qemu qemu-kvm -y& sudo apt install virtinst bridge-utils qemu qemu-kvm -y

sudo virt-install --name ubuntu-guest20 --os-variant ubuntu20.04 --vcpus 2 --ram 2048 --location http://10.208.23.212/ --network bridge=virbr0,model=virtio --graphics none --extra-args='console=ttyS0,115200n8 serial'

오류가 발생합니다: ERROR '>=' not supported between instances of 'NoneType' and 'str'virt-mager에서

관련 정보