add-apt-repository: command not found apt install software-properties-common
ubuntu 添加 flatpak 远端flathub地址。 flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo 出现下面Unacceptable TLS certificate错误。 error: Can't load ur…
apt update apt install git-lfs git-lfs 主要用于下载github大文件。 git lfs clone xxxxx
安装使用 nvidia docker 首先确保你自己电脑/服务器中安装了nvidia驱动。 安装方法 distribution=$(. /etc/os-release;echo $ID$VERSION_ID) curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-ke…
nltk_data搜索路径 Searched in: - '/root/nltk_data' - '/root/miniconda3/envs/myconda/nltk_data' - '/root/miniconda3/envs/myconda/share/nltk_data' - '/root/miniconda3/envs/myconda/l…
ubuntu PyMOL安装 PyMOL是由著名计算机辅助药物设计开发商Schrödinger公司推出的蛋白质可视化软件。 https://pymol.cookbook.huzheyang.cn/basic/install.html windows下可以下载 whl 文件进行pip安装。 https://www.lfd.uci.edu/~gohlk…
Failed to get convolution algorithm. This is probably because cuDNN failed to initialize https://stackoverflow.com/questions/53698035/failed-to-get-convolution-algorithm-this-…
AttributeError:module os l has no attribute sched getaffinity Python 中的 os.sched _ getaffinity() 方法用于获取具有指定进程 id 的进程可以在其上运行的 CPU 集。 该方法好像只有在部分 UNIX 平台才支持。
这个教程可行 https://blog.csdn.net/u011119817/article/details/119006386