logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR);CMAKE_USE_SYSTEM_CURL is ON but a curl

linux安装cmake并连接system-curlwget https://cmake.org/files/v3.13/cmake-3.13.2.tar.gztar xvf cmake-3.13.2.tar.gzcd cmake-3.13.2./bootstrap --system-curlmakesudo make install出现如下错误-- Could NOT find CURL (mi

AttributeError: module ‘onnxruntime‘ has no attribute ‘InferenceSession‘

因为py文件名字被我命名成了onnxruntime.py与python库onnxruntime重名了,修改onnxruntime.py为onnxruntime_test.py再执行就好了。。。

conda install出现段错误(segmentation fault)或是conda create创建环境出现段错误(segmentation fault)

https://github.com/conda/conda/issues/7815上面链接中的两种方法都用了就没问题了,具体是哪个操作解决问题还不清楚conda install pycosat==0.6.3conda clean -a

编译MNNConverter报错Makefile:129: recipe for target 'all' failed make: *** [all] Error 2

MNNConverter编译:https://www.yuque.com/mnn/en/cvrt_linux, cmake一般cmake和gcc的版本都满足编译条件,protobuf的版本ubuntu默认版本为2.6,需要更新(按照下面GitHub网站build from source)protobuf安装:https://github.com/protocolbuffers/protobuf/b

Could not find toolchain file: /build/cmake/android.toolchain.cmake

https://mace.readthedocs.io/en/latest/user_guide/basic_usage_cmake.html根据mace的步骤执行.sh文件时出现以下错误CMAKE_VERSION: 3.11.3CMake Error at /usr/local/share/cmake-3.11/Modules/CMakeDetermineSystem.cmake:100 (me

linux安装cuda出现You appear to be running an X server; please exit X before installing.错误

使用runfile安装cuda出现如下错误sudo sh cuda_11.2.0_460.27.04_linux.runnvidia-installer log file '/var/log/nvidia-installer.log'creation time: Tue Jun 29 11:06:31 2021installer version: 460.27.04PATH: /usr/local

到底了