草庐IT

Hive初始化问题 Failed to get schema version.

Hive初始化问题Failedtogetschemaversion.要细看自己的问题是什么!引起Failedtogetschemaversion.的原因有很多,我遇到的如下:1.PublicKeyRetrievalisnotallowed原因分析:如果用户使用了sha256_password认证,密码在传输过程中必须使用TLS协议保护,但是如果RSA公钥不可用,可以使用服务器提供的公钥;可以在连接中通过ServerRSAPublicKeyFile指定服务器的RSA公钥,或者AllowPublicKeyRetrieval=True参数以允许客户端从服务器获取公钥;解决方法:在hive-site.

Warning: You are using macOS 13.We do not provide support for this pre-release version.

安装git报错brewinstallgit解决方法:直接根据提示安装:xcode-select--install接着安装git  brewinstallgit git安装成功 

【linux】报错pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: ‘0.23ubuntu1’

Linux使用python3.8运行脚本时,出现如下报错:pkg_resources.extern.packaging.version.InvalidVersion:Invalidversion:‘0.23ubuntu1’(package:distro-info)报错提示Traceback(mostrecentcalllast):File“CaptureHDRPointCloud.py”,line5,infromXXXimportDeviceFile“/home/XXX_XXX_sdk/.local/lib/python3.8/site-packages/XXX/init.py”,line3,

【linux】报错pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: ‘0.23ubuntu1’

Linux使用python3.8运行脚本时,出现如下报错:pkg_resources.extern.packaging.version.InvalidVersion:Invalidversion:‘0.23ubuntu1’(package:distro-info)报错提示Traceback(mostrecentcalllast):File“CaptureHDRPointCloud.py”,line5,infromXXXimportDeviceFile“/home/XXX_XXX_sdk/.local/lib/python3.8/site-packages/XXX/init.py”,line3,

go - 远程与 logrus 包的 VCS 端点匹配

这里发生了一些奇怪的事情,我无法弄清楚。我正在为我的依赖项使用glide,但有一个包让我很伤心。我添加了用于日志记录的github.com/sirupsen/logrus包,然后运行​​glideup。这发生了:[INFO]Downloadingdependencies.Pleasewait...[INFO]-->Fetchingupdatesforgithub.com/bgentry/speakeasy.[INFO]-->Fetchingupdatesforgithub.com/sirupsen/logrus.[ERROR]Updatefailedforgithub.com/siru

go - 远程与 logrus 包的 VCS 端点匹配

这里发生了一些奇怪的事情,我无法弄清楚。我正在为我的依赖项使用glide,但有一个包让我很伤心。我添加了用于日志记录的github.com/sirupsen/logrus包,然后运行​​glideup。这发生了:[INFO]Downloadingdependencies.Pleasewait...[INFO]-->Fetchingupdatesforgithub.com/bgentry/speakeasy.[INFO]-->Fetchingupdatesforgithub.com/sirupsen/logrus.[ERROR]Updatefailedforgithub.com/siru

加入k8s集群报错this Docker version is not on the list of validated versions: 20.10.17. Latest validated...

报错信息[preflight]Runningpre-flightchecks [WARNINGSystemVerification]:thisDockerversionisnotonthelistofvalidatedversions:20.10.17.Latestvalidatedversion:18.09解决报错信息可以看出跟docker的版本有关系,意思是:此Docker版本不在已验证版本列表中:20.10.17。最新验证版本:18.09分别查看docker和k8s的版本kubectlversiondockerversionk8s与docker的兼容关系图,所以需要降低docker的版本

解决npm install版本不匹配问题: npm ERR! code ETARGET npm ERR! notarget No matching version found for

1.查看目标包的版本npmviewxxx以nodemon包为例:npmviewnodemon终端执行结果为:2.带上版本号重新安装npminstallnodemon@2.0.20即可成功

IDE报错 hdc_std version of the SDK does not match the hdcd version of the device.

IDE运行app报错:Thehdc_stdversionoftheSDKdoesnotmatchthehdcdversionofthedevice.遇到这个问题主要是hdc和hdcd版本不匹配,大家可以将IDE至DevEco3.0.1.993及以上版本。旧版本IDE检测不匹配会拦截安装,新版本IDE仅提醒不影响正常使用。

libcublas.so.11: undefined symbol: cublasLtGetStatusString, version libcublasLt.so.11

安装pytorch之后,importtorch报错libcublas.so.11:undefinedsymbol:cublasLtGetStatusString,versionlibcublasLt.so.11解决方法pipuninstallnvidia_cublas_cu11https://stackoverflow.com/questions/74394695/how-does-one-fix-when-torch-cant-find-cuda-error-version-libcublaslt-so-11-no