conda conda-libmamba-solver file libarchive

alignment.cc:16:10: fatal error: lp_lib.h: No such file or directory

001、make编译报错:alignment.cc:16:10: fatal error: lp_lib.h: No such file or directory 002、在系统中查找该文件 (base) [root@pc1 Augustus-3.5.0]# find / -name "lp_lib ......
alignment directory lp_lib fatal error

parser/../../include/contTimeMC.hh:18:10: fatal error: gsl/gsl_matrix.h: No such file or directory

001、make编译遇到如下问题:parser/../../include/contTimeMC.hh:18:10: fatal error: gsl/gsl_matrix.h: No such file or directory 002、查找该文件 (base) [root@pc1 Augustu ......
contTimeMC gsl_matrix directory gsl include

../include/randseqaccess.hh:21:29: fatal error: mysql++/mysql++.h: No such file or directory

001、make编译报错:../include/randseqaccess.hh:21:29: fatal error: mysql++/mysql++.h: No such file or directory 002、解决方法: 。 ......
mysql randseqaccess directory include fatal

../include/types.hh:16:43: fatal error: boost/archive/text_oarchive.hpp: No such file or directory

001、make编译报错如下:../include/types.hh:16:43: fatal error: boost/archive/text_oarchive.hpp: No such file or directory 002、 ......

fsm.h:24:37: fatal error: glib.h: No such file or directory

001、编译make 提示错误如下:fsm.h:24:37: fatal error: glib.h: No such file or directory 002、解决方法 (base) [root@pc1 exonerate-2.4.0]# yum install glib* 003、查找该头文件 ......
directory fatal error file glib

go.mod file not found in current directory or any parent directory; see 'go help modules' (exit status 1)

go.mod file not found in current directory or any parent directory; see 'go help modules' (exit status 1) 原因: 目录少缺少 go.mod 文件。 解决方法: 在终端中输入: go mod in ......
directory current modules parent status

conda 中设置 启动终端自动激活或者非激活base环境

001、设置启动终端自动激活 conda config --set auto_activate_base true ## 启动终端自动激活 001、设置启动终端不自动激活 conda config --set auto_activate_base false ## 启动终端不自动激活 其实质是修改了 ......
激活 终端 环境 conda base

Jetson 安装conda

jetson安装conda 首先ssh到jetson上 uname -a Linux ubuntu 5.10.120-tegra #1 SMP PREEMPT Tue Aug 1 12:32:50 PDT 2023 aarch64 aarch64 aarch64 GNU/Linux 打开下面链接 c ......
Jetson conda

windows系统下用conda配置python环境

相比较Anaconda,miniconda更轻量极,没有预装其他库,使得miniconda环境更为简洁,可以根据实际需求安装必要的库,避免不需要的内存占用。我使用的是miniconda3 安装miniconda3 1.下载后miniconda3后打开安装包进行安装 2.安装位置到D盘 3.打开min ......
windows 环境 python 系统 conda

编译Fastdfs报错——In file included from ../common/fdfs_global.c:21:0: ../common/fdfs_global.h:15:26: 致命错误:sf/sf_global.h:没有那个文件或目录

记录一下安装 fastdfs 时编译报错,报错信息如下: 原因: 这是因为我们在安装较新版得 fastdfs 时,从github 下载得安装包缺少文件,如果按照网上很多博主较早之前写的文档操作得话就会出现这样得错误,缺少了 libserverframe 网络框架 解决方法:安装 libserverf ......
global fdfs_global common fdfs sf_global

Rcpp安装时报错“error: ‘::timespec_get’ has not been declared” with conda root package

安装Rcpp时报错“error: ‘::timespec_get’ has not been declared” with conda root package 解决方法: In my case, I run conda upgrade -c conda-forge --all to have ac ......

simple cpp file logger

this is a simple cpp file logger implementation, which is copied from making log file - C++ Forum https://cplusplus.com/forum/beginner/168442/ /////// ......
simple logger file cpp

如何移除某个conda环境

要移除conda中的某个环境,您可以使用以下命令: conda env remove --name <环境名称> 其中,<环境名称>是您要移除的环境的名称。请确保在运行此命令之前,您已经退出该环境。例如,如果要移除名为myenv的环境,可以运行以下命令: conda env remove --nam ......
环境 conda

如何新建conda工作环境并安装requirements.txt

要新建一个conda工作环境并安装requirements.txt文件中的依赖项,您可以按照以下步骤操作:1. 打开终端或命令提示符窗口。2. 使用以下命令创建一个新的conda环境: conda create --name myenv 其中,myenv是您想要为环境命名的名称。您可以根据需要自定义 ......
requirements 环境 conda txt

我如何重命名一个conda环境?

内容来自 DOC https://q.houxu6.top/?s=我如何重命名一个conda环境? 我有一个名为old_name的conda环境,我如何将其名称更改为new_name而不会中断引用? 新答案: 从Conda 4.14版本开始,你可以使用以下命令来改变环境名称: conda renam ......
环境 conda

疑难杂症:conda create --prefix= 同时创建了两个相同名字的 环境

疑难杂症:conda create --prefix= 同时创建了两个相同名字的 环境 Anaconda3-2022.10-Windows-x86_64 但是 用普通的 不指定路径的 创建 环境指令没有问题,可以正常创建 一个环境 ......
杂症 疑难 同时 名字 两个

【安全测评/等保要求】金蝶V9/V10 “Apusic应用服务器未授权目录遍历” server_file 漏洞复现及修复

最近网安不定时扫描,我们服务器的金蝶AAS中间件V9版本,被扫出了“Apusic应用服务器未授权目录遍历” server_file 漏洞,我们先来回顾一下出现的问题: 漏洞页面 https://www.xxx.com:1234/sso/..;/admin/protected/selector/ser ......
server_file 漏洞 服务器 目录 Apusic

The following perl modules required by RepeatModeler are missing from your system. Please install these first: JSON; JSON::PP; File::Which

001、问题 RepeatModeler 编译安装报错如下: 002、尝试逐个安装确实的perl模块; 也是各种问题; 最后不想折腾, 就大力出奇迹,全安装, 可一次解决所有报错; (base) [root@pc1 RepeatModeler-2.0.2a]# yum -y install perl ......

fatal error: pango/pangocairo.h: No such file or directory

001、问题; make threads=yes命令报错如下:fatal error: pango/pangocairo.h: No such file or directory 002、解决方法; 安装 pango-devel (base) [root@pc1 genometools-1.5.9] ......
pangocairo directory fatal error pango

Anaconda Miniconda conda 安装-换源-使用命令等

Miniconda是conda的精简版安装程序。 它是Anaconda的小型引导程序版本,仅包含conda,python,它们依赖的软件包以及少量其他有用的软件包,包括pip,zlib和其他一些软件包。 使用conda install command可以从Anaconda存储库中安装720+个其他c ......
Miniconda Anaconda 命令 conda

fatal error: cairo.h: No such file or directory

001、make threads=yes 报错如下:fatal error: cairo.h: No such file or directory 002、在根目录查找改文件 (base) [root@pc1 ~]# find / -name "cairo.h" ## 系统中无改文件 (base) ......
directory fatal error cairo such

常用conda命令

conda的好处是可以帮助我们同时使用多个python版本,但是怎么切换python环境呢? 整理了常用conda命令: conda -V #查看conda版本,验证是否安装 conda update conda #更新conda至最新版本 conda update --all #更新所有包 con ......
命令 常用 conda

conda环境导入到新的windows 10遇到的问题

执行conda env create -f filename.yaml报错 No packages found in current win-64 channels matching: ca-certificates 2023.01.10 haa95532_0 删除掉这行,执行还是会报错找不到下一行 ......
windows 环境 问题 conda

/var/lib/docker/overlay2/41a765b3cfaa278a67414c5b89234adfdebac7182d4bcd1e7c8a2c6ac250dfb7-init/merged: no such file or directory 异常处理

现象:Error: Error response from daemon: error creating overlay mount to /var/lib/docker/overlay2/41a765b3cfaa278a67414c5b89234adfdebac7182d4bcd1e7c8a2c6 ......

Conda虚拟环境相关命令

1.1、虚拟环境的创建 conda create -n myenv python=3.9 python -V 查看python版本 1.2、激活虚拟环境 conda activate myenv # for Windows & linux source activate myenv # for Li ......
命令 环境 Conda

./rmblastn: error while loading shared libraries: libzstd.so.1: cannot open shared object file: No such file or directory

001、问题, ./rmblastn 命令报错如下: ./rmblastn: error while loading shared libraries: libzstd.so.1: cannot open shared object file: No such file or directory 0 ......
shared file directory libraries rmblastn

[934] Run the python file directly (ArcGIS Pro)

ref: The Edit with IDLE and Run with ArcGIS Pro options are not available in the context menu when right-clicking Python files Description In some ins ......
directly ArcGIS python file 934

启动nginx报错nginx: [emerg] unexpected end of file, expecting "}" in /usr/local/nginx/conf/nginx.conf:

启动nginx报错:“nginx: [emerg] unexpected end of file, expecting “}” in /usr/local/nginx/conf/nginx.conf:118”重启nginx时,报这么个错: [root@localhost conf]# /usr/lo ......
nginx conf quot unexpected expecting

nginx报错 [error] 612#4188: CreateFile() "C:\yjzx\nginx-1.24.0/logs/nginx.pid" failed (2: The system cannot find the file specified)

背景 无论是nginx -s stop还是nginx -s reload命令,都会出现这个错误。 [error] 612#4188: CreateFile() "C:\yjzx\nginx-1.24.0/logs/nginx.pid" failed (2: The system cannot fin ......
nginx quot CreateFile specified cannot

PHP file_get_contents(): SSL operation failed with code 1. OpenSSL Error message...

在调试php脚本代码时,发现使用 file_get_contents() 函数请求HTTPS的网址链接时出现了报错,其报错代码如下面所示“file_get_contents(): SSL operation failed with code 1. OpenSSL Error message...”百 ......