打开VMware时弹出提示:
再报:
unable to install all modules.See log/tmp/vmware-py503/-vmware-77769.69.log for details.(exit code 1)
解决方法:
下载模块
git clone https://github.com/mkubecek/vmware-host-modules.git
vmware --version # 查版本
cd vmware-host-modules
git checkout VMware Workstation 16.1.2 # VMware Workstation 16.1.2 这是我的版本
git fetch
sudo make
注: 来到make 是会报错:
其中一部分代码: expression in static assertion is not constant
ASSERT_ON_COMPILE(sizeof(Selector) == 2 && \
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
((__builtin_c