(亲测成功)虚拟机安装失败,出现 “ setup failed to generate the ssl keys necessary to run vmware ” 错误

Win7 安装虚拟机失败,解决方法

最近,由于电脑上配置了固态硬盘,于是重新刷了系统,好多软件需要重装。

上一个 Win7 系统还可以安装vmware-pro15 虚拟机,这次不是同一个系统映像的原因,可能有些 VC ++ 运行库没有。导致虚拟机一直无法安装,出现这种情况。

虚拟机安装失败截图


网上尝试了好多方法,都以失败告终。

最后,在小亮子即将放弃的时候,奇迹发生了。

下面小亮子介绍一种简单的方法,轻松解决小伙伴们的困扰。(全部是看图操作,一看就会)


 # 本文章分享由小亮子整理汇总,如有转载,请注明出处!!!
 # 总结不易,望点赞鼓励~
 # 文章最后送福利哦!!

下面是小亮子解决上面出现问题的解决方法。(已成功解决

具体应是缺少 VC ++ 运行库必备的文件,也可以重新安装 VC ++ 运行库。

这里附上官方链接:https://support.microsoft.com/zh-cn/help/2977003/the-latest-supported-visual-c-downloads

小伙伴们,也可以关注文章底部公众号获取,后台回复:vc运行库

在这里插入图片描述

备注如果服务器所在的windows操作系统是32位的,就下载 vc_redist.x86.exe;如果是64位的,vc_redist.x64.exe 与 vc_redist.x86.exe 最好都下载安装。

上面 32位、64位,俩个 VC++ 运行库都要安装,这里小亮子是测试过的,安装了 64位,重新安装 vmware 虚拟机,还是出现楼上同样的错误;但是,俩个VC++运行库都安装后,奇迹发生了,vmware 虚拟机成功安装。

备注:如果上面最新的 VC ++ 运行库还是无法解决。尝试一下旧版本的 VC++ 2015 运行库,试试~

1.去微软官网下载Microsoft.Net.Framework 4.6.1

——其适用于 Windows 7 SP1、Windows 8、Windows 8.1、Windows 10、Windows Server 2008 R2 SP1、Windows Server 2012 和 Windows Server 2012 R2操作系统

下载地址:https://www.microsoft.com/zh-CN/download/details.aspx?id=49981

2.去微软官网下载Visual C++ Redistributable for Visual Studio 2015

下载地址:https://www.microsoft.com/zh-cn/download/details.aspx?id=48145

注意点:vc_redist.x64.exe与vc_redist.x86.exe所属VC++版本需保持一直,比如都是2015或都是2012。


福利来袭

由于某盘的超级会员费用太高了,大部分小伙伴都不舍得开会员。
于是给大家分享一个大佬开发的电脑软件,下载不限速,获取点这里

自己搜集的一些破戒软件,免费分享给小伙伴们使用~
包含:影视、小说、动漫、学习、实用工具APP
福利软件:获取点这里
备用链接:获取点这里

小伙伴们还需要进行学习交流、获取资源的,可以在文章底部留言或者关注小亮子的微信公众号获取资源,公众号菜单栏联系小亮子。

解决方法是不是很简单,觉得不错,点赞支持一下吧~

  • 27
    点赞
  • 33
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 16
    评论
I'm sorry, as an AI language model, I don't have access to your local environment and cannot execute commands on your behalf. However, I can provide you with general instructions on how to run the protobuf compiler. To generate a file using the protobuf compiler, you need to follow these steps: 1. Install the protobuf compiler: You can download and install the protobuf compiler from the official website (https://developers.google.com/protocol-buffers/docs/downloads). 2. Define your message schema: You need to create a .proto file that defines the structure of your message. 3. Compile your message schema: Use the protobuf compiler to compile your .proto file. The command to compile a .proto file is: ``` protoc --proto_path=IMPORT_PATH --python_out=OUTPUT_DIR INPUT_FILE ``` Where: - `IMPORT_PATH`: The directory containing any .proto files that your schema imports. - `OUTPUT_DIR`: The directory where you want the generated Python files to be saved. - `INPUT_FILE`: The path to your .proto file. For example, if you have a file named `my_message.proto` in the current directory and you want to generate the Python code in a folder named `generated`, you can run: ``` protoc --proto_path=. --python_out=generated my_message.proto ``` 4. Use the generated code: Once you have generated the Python code, you can import it in your Python project and use it to serialize and deserialize your messages. The generated code will contain a Python class for each message type defined in your .proto file. I hope this helps! Let me know if you have any further questions.
评论 16
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

小~亮~子

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值