草庐IT

install_lib

全部标签

编译内核 make modules_install报错SSL error:02001002:system library:fopen:No such file or directory

        在编译内核实验中,在完成make、make_modules操作后在makemodules_install的过程中报错SSLerror:02001002:systemlibrary:fopen:Nosuchfileordirectory:        推测是由于在解决make环节的报错make[1]:***没有规则可制作目标“debian/canonical-certs.pem”,由“certs/x509_certificate_list”需求。停止时将CONFIG_MODULE_SIG_KEY与CONFIG_SYSTEM_TRUSTED_KEYS均置空的操作导致。 CONFI

VS2019 打包扩展(Microsoft Visual Studio Installer Projects)下载慢的问题

想要打包写好的程序,于是先下载MicrosoftVisualStudioInstallerProjects。结果半天都没下载好。尝试了VS内扩展、官网下载,改网络配置DNS之类的都没用。解决办法:坐飞机去外国下载,10s下载完毕。下载好会自动安装,重启VS2019就ok了。

微信小程序报错:WAServiceMainContext.js:2 Object(env: Windows,mp,1.05.2203070; lib: 2.14.1)

跳转页面时报错:WAServiceMainContext.js:2Object(env:Windows,mp,1.05.2203070;lib:2.14.1)刚开始找了好多解决方法都没有解决,最后发现是app.json入口文件pages里面没有配置路径,导致报错,跳转页面不成功,配置完路径,完美解决。补充:今天又遇到这个报错了,这次app.json入口文件已经配置路径,还是报错,最后在路径前面加了个/能够正常跳转了,具体原理不是很清楚,还需多加学习。 

c# - Visual Studio 2017 无法使用 "Unable to download installation files"脱机安装

因此,我使用以下命令在我的笔记本电脑上创建了VS2017Community的离线安装:vs_community.exe--layout"D:\Downloads\VSCommunity2017"--langen-US--addMicrosoft.VisualStudio.Component.CoreEditorComponent.WebSocketMicrosoft.VisualStudio.Workload.ManagedDesktopMicrosoft.VisualStudio.Workload.NetCrossPlatMicrosoft.VisualStudio.Workload

c# - Visual Studio 2017 无法使用 "Unable to download installation files"脱机安装

因此,我使用以下命令在我的笔记本电脑上创建了VS2017Community的离线安装:vs_community.exe--layout"D:\Downloads\VSCommunity2017"--langen-US--addMicrosoft.VisualStudio.Component.CoreEditorComponent.WebSocketMicrosoft.VisualStudio.Workload.ManagedDesktopMicrosoft.VisualStudio.Workload.NetCrossPlatMicrosoft.VisualStudio.Workload

QT - QML 遇到 module “QtQuick.Controls“ version 2.5 is not installed 的相关问题的解决策略

问题由来,在跟着视频敲代码时,需要用到DelayButton这个控件,因此需要导入相关的库模块(跟着视频敲的是importQtQuick.Controls2.5),但可能由于版本较低的原因没有安装这个库模块。根据输入提示,有个importQtQuick.Controls2.1,但是,这个库模块中并不支持DelayButton这个控件。于是,使用更高一些的版本(QT5.9)去尝试打开,还是没有装2.5,但是,此时DelayButton这个控件变了颜色,通过F1进行跳转进去查看介绍后,发现,于是,调整为2.4后,程序可运行。然后再次使用低版本的QT打开(QT5.9),2.4也没有,但是可用F1进行

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: ‘d:\\anaco

ERROR:CouldnotinstallpackagesduetoanOSError:[Errno2]Nosuchfileordirectory:‘d:\anaconda3\envs\pytorch\lib\site-packages\numpy-1.21.6.dist-info\METADATA’原因:之前已经安装过numpy,导致新安装的numpy的numpy-1.21.6.dist-info目录中没有METADATA文件。解决方法:找到之前的安装的numpy的numpy-1.21.6.dist-info目录,将没有的的文件拷贝到新安装的numpy的numpy-1.21.6.dist-i

[plugin:vite:css] Preprocessor dependency “sass“ not found. Did you install it?

报错信息:[plugin:vite:css]Preprocessordependency“sass”notfound.Didyouinstallit?解决办法:安装node-sass或sass就可以解决不安装的话就去除style中的lang属性方法一:npminstallnode-sass方法二:npminstallsass--save-dev方法三:去除style中的lang属性我这里用的是方法二,安装“npminstallsass--save-dev”,安装成功后再启动项目,就成功了。

Centos /lib64/libc.so.6: version `GLIBC_2.28‘ not found (required by

问题背景本文向大家介绍Centos系统在启动一些服务的时候会碰到的/lib64/libc.so.6:version`GLIBC_2.28’notfound(requiredby…的问题的解决方法,根据提示可知碰到此问题,是因为没有找到GLIBC_2.28版本,需要添加GLIBC的2.28版本解决方案​cd/usr/local/wgethttps://mirror.bjtu.edu.cn/gnu/libc/glibc-2.28.tar.xz--no-check-certificatetar-xfglibc-2.28.tar.xzcdglibc-2.28/mkdirbuildcdbuild/../

HarmonyOS DevEcoStudio 运行远程模拟器 提示The HDC tool hasn‘t been installed. Download the toolchains agains

HarmonyOS鸿蒙运行远程模拟器的时候提示TheHDCtoolhasn’tbeeninstalled.Downloadthetoolchainsagain.提示:写完文章后,目录可以自动生成,如何生成可参考右边的帮助文档文章目录HarmonyOS鸿蒙运行远程模拟器的时候提示TheHDCtoolhasn'tbeeninstalled.Downloadthetoolchainsagain.前言一、找到工具tool,选择SDKManager二、选择缺失的未安装的内容并且下载应用总结前言一般都是版本升级和更换idea的时候发生,下载好缺失的内容即可提示:以下是本篇文章正文内容,下面案例可供参考一、