草庐IT

install-configuration

全部标签

【Unity 踩坑系列】配置VScode环境Downloading the.NET Runtime Failed to download.NET 7.0.9installation timed out

1.问题描述在最近使用Unity配置VScode开发环境时,总会出现以下的情况。(很多朋友其实本地已经自己安装好了.net环境PS:可能各种版本.net6.0-.net8.0都试过安装了但就是会自动下载最新版本的.net)Downloadingthe.NETRuntime.Downloading.NETversion(s)7.0.9..................................................................................................................Error!Failedtodownl

CMake Install 安装第三方依赖库

cmake提供install命令来安装文件,方便打包。但是有时也会对第三方依赖库有需求一起打包,在不确定第三方库dll文件路径和名称的情况下,需要另一种方式来打包了。比如想要打包opencv_world.dll,一般cmake依赖opencv的方式是通过第三方软件包(*-config.cmake)的方式:#CMakeLists.txtfind_package(OpenCVREQUIRED)target_link_libraries(my_project${OpenCV_LIBS})那么在installopencv时可以采用该宏自动找到opencv_world.dll并安装到目标路径下MACRO

【git】idea使用update提示Can‘t Update No tracked branch configured for branch master or the branch doe...

一、问题详情当使用idea拉取最新代码进行更新时,提示信息如下二、问题原因查看提示信息Tomakeyourbranchtrackaremotebranchcall//需要本地和远程分支关联三、解决方案提示中已经给出了例子:gitbranch--set-upstream-to=origin/分支名我的分支是在origin/master。于是如下:打开git命令窗口输入:gitbranch--set-upstream-to=origin/master/分支名然后push下就行了

flutter cmdline-tools component is missing Run path/to/sdkmanager--install“cmdline-tools;latest“

在运行flutterdoctor命令时报有如下信息其中这个cmdline-toolscomponentismissingRunpath/to/sdkmanager--install"cmdline-tools;latest"怎么办呢,意思是cmdline-tools这个东西没有安装,我们在AndroidStudio中的设置里找到并安装即可,如下图 之后还有SomeAndroidlicensesnotaccepted.Toresolvethis,run:flutterdoctor--android-licenses我们运行这个命令,之后要输入数次y,如下图这样 最后会有: 那么所有SDK包许可证

idea编译thingsboard报错yarn (yarn install) on project ui-ngx: Failed to run task: ‘yarn install‘ failed.

问题描述编译thingsboard源码,在编译ui-ngx模块时编译失败报错信息如下:[INFO]ThingsBoardServerUI..............................FAILURE[20.104s][INFO]ThingsboardServerTools...........................SKIPPED[INFO]ThingsboardRestClient............................SKIPPED[INFO]ThingsBoardServerApplication.....................SKIPPED

pip3 install paramiko 安装失败

runningbuild_extgeneratingcffimodule‘build/temp.linux-x86_64-cpython-37/cryptography.hazmat.bindings._openssl.c’creatingbuild/temp.linux-x86_64-cpython-37runningbuild_rust=============================DEBUGASSISTANCE=============================Ifyouareseeingacompilationerrorpleasetrythefollowingstep

pip3 install paramiko 安装失败

runningbuild_extgeneratingcffimodule‘build/temp.linux-x86_64-cpython-37/cryptography.hazmat.bindings._openssl.c’creatingbuild/temp.linux-x86_64-cpython-37runningbuild_rust=============================DEBUGASSISTANCE=============================Ifyouareseeingacompilationerrorpleasetrythefollowingstep

怎么解决checking for Qt5 qmake >= 5.15.2... not found configure: error: Could not find qmake

这个错误表明找不到Qt5的qmake工具。解决方法如下:安装Qt5,如果尚未安装。确保qmake可执行文件已经加入了系统的PATH环境变量。如果第2步失败,请检查是否手动指定了qmake的路径,并检查这个路径是否正确。检查你的Qt5版本是否是5.15.2及以上如果仍然无法解决问题,请提供更多细节和错误信息以便给出更精确的解决方案

鸿蒙开发出现ohpm ERROR: Install failed ENOENT: no such file or directory, stat...@ohos\hypium

一、出现错误使用DevEcoStudio创建项目过程中出现以下错误ohpmERROR:InstallfailedENOENT:nosuchfileordirectory,stat'E:\HUAWEI\MyApplication7\oh_modules\@ohos\hypium'出现错误肯定先找文档、开发者社区。发现也有其他人出过类似的错误,但是也没找到具体的解决方法。问ohpmERROR:NOTFOUNDpackage“@ohos/hypium”notfoundfromalltheregistries如何解决-华为开发者论坛|华为开发者联盟(huawei.com)二、创建项目后出现错误整个过程