草庐IT

installation-path

全部标签

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

鸿蒙开发出现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)二、创建项目后出现错误整个过程

Package opencv was not found in the pkg-config search path.opencv.c问题

安装好后opencv后执行下面这条语句的时候出错:pkg-config--cflagsopencvPackageopencvwasnotfoundinthepkg-configsearchpath.Perhapsyoushouldaddthedirectorycontaining`opencv.pc'tothePKG_CONFIG_PATHenvironmentvariableNopackage'opencv'found原因:缺失了opencv.pc这个配置信息文件解决方法:创建opencv.pc文件,注意添加的路径cd/usr/local/liblspkgconfig//如果没有该文件夹进行

WebStream生成vue项目报错Error: The project seems to require yarn but it‘s not installed.

在使用webStram生成vue项目启动时遇到以下错误,说明这个错误的频率应该是蛮高的,所以写篇文章做个记录。Error:Theprojectseemstorequireyarnbutit'snotinstalled.这句话翻译过来就是错误:这个项目似乎需要yarn但是没有被安装解决方案也很简单删除yarn.lock文件运行npminstall-gyarn命令安装yarn问题解决其实通过上述的错误提示已经可以猜测以下原因了,有原因去解决就可以解决后在项目可通过以下任意一种方式运行shift+F10点击运行npmserve在终端运行vue-cli-serviceserve在终端运行yarnser

selenium的Edge驱动安装后,仍出现‘MicrosoftWebDriver.exe‘ executable needs to be in PATH.

一、出现问题首先已经在edge的网站https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/中下载了符合浏览器版本的edge驱动器我们可以看到解压后的驱动器的文件名为msedgedriver.exeimporttimefromseleniumimportwebdriveredge_obj=webdriver.Edge()edge_obj.get("https://www.baidu.com")time.sleep(3)edge_obj.quit()`运行该程序后出现一下错误二、解决办法(1)直接修改驱动器名称由于

Android Installed Build Tools revision 34.0.0 is corrupted. Remove and install again using the SDK

前言ERROR:InstalledBuildToolsrevision34.0.0iscorrupted.RemoveandinstallagainusingtheSDKManager.错误:已安装的生成工具修订版34.0.0已损坏。使用SDK管理器删除并重新安装。上面提示看似简单只需要重新卸载再下载BuildTools34.0.0就行了但实际上并不行降低版本降低BuildToolsrevision实测不行行也是治标不治本解决方案通过查资料自己测试下面方法可行这个androidbuildtools版本你用哪个都可以但是需要修改文件名字比如我用的版本号是34.0.0打开你的SDK目录第一步:在你

Could not build wheels for opencv-python-headless which use PEP 517 and cannot be installed directly

1.case重现笔者是python环境下安装albumentations出现的,该库经常用于图像增强,在cv领域有很大的知名度。在使用下边的命令进行安装后pipinstallalbumentations就报了ERROR:Couldnotbuildwheelsforopencv-python-headlesswhichusePEP517andcannotbeinstalleddirectly。2.原因及解决方案albumentations库依赖opencv,在直接使用pip命令安装时,albumentations会默认采用opencv-python-headless作为opencv的默认依赖进行