install

tmux ubuntu install

tmux-plugins/tpm: Tmux Plugin Manager (github.com) tmux重启后报错 error connecting to /tmp/tmux-1001/default (No such file or directory)_Quelquefois的博客-CSD ......
install ubuntu tmux

macOS安装包opencv-python,卡在:Installing build dependencies ... \

### 解决办法: 1. 访问opencv的镜像文件的网站:https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/opencv-python/ 2. 按照下图说明,找到需要的opencv版本:![](https://img2023.cnblogs. ......

解决使用pip3 install 时出现的"error: externally-managed-environment"方案

当我使用pip3 install 来安装一些需要使用到的包时,出现了如下错误: 解决方案: 在 pip3 install package 后面加上参数 “--break-system-packages” 参考: https://stackoverflow.com/questions/75608323 ......

How To Install and Enable SSH Server on Debian 10

https://devconnected.com/how-to-install-and-enable-ssh-server-on-debian-10/ How To Install and Enable SSH Server on Debian 10 written by Schkn This tu ......
Install Enable Debian Server How

mitmproxy install CA certificate

# Reference https://ptorch.com/docs/10/mitmproxy-concepts-certificates # Step of windows 1. If your OS is Windows 2. **Open** the cmd terminal 3. cmd ......
certificate mitmproxy install CA

npm install报gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.没有python环境

1 gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. 2 gyp ERR! stack at PythonFinder.failNoPython (/Us ......
python quot executable variable install

npm install 报错

npm install 安装依赖报错 code ERESOLVEnpm ERR! ERESOLVE could not resolve node -v 和npm -v都没问题 后经过百度在npm install 后加入 --legacy-peer-deps 直接npm install --legac ......
install npm

system halt during installation with NV graphics card.

I check, it seems it is stuck at "GET ubiquity/install_oem".Can you check /var/cache/debconf/config.dat, if the ubiquity/install_oem value is True. it ......
installation graphics system during halt

mac 下使用 brew 安装包报错 error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!

mac 下使用 brew 安装包报错 error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)! To rerun under ARM use: arch -arm64 brew install ... T ......
homebrew Rosetta default install Cannot

configure: error: udev support requested but libudev header not installed

./configure --host=arm-none-linux-gnueabi 错误提示:configure: error: udev support requested but libudev header not installed 解决办法 --disable-udev 取消对libude ......

ubuntu中install cmake及各种依赖

ubuntu 20.04安装(升级)cmake - 知乎 (zhihu.com) 1、 sudo apt update 安装各种依赖包2、 sudo apt install build-essential sudo apt install -y gcc wget iputils-ping pytho ......
install ubuntu cmake

Docker install on Debian 10

# Docker ## Installation ```bash # Debian 10 (Buster) # Doc: https://docs.docker.com/engine/install/debian/ apt-get install sudo sudo apt-get remove d ......
install Docker Debian 10 on

go 1.17 之后使用 go install 来安装 module

### 楔子 根据经验,我们知道 go get 可以用来安装module,module 又分成 2 类,一类是普通的代码依赖,一类是可执行二进制工具。两类 module 分别会被放到不同的文件夹下,第一类代码依赖通常会被放在 `$GOPATH/pkg/mod` 文件夹下,第二类 module 通常被 ......
install module go 1.17 17

ERROR: nginx-1.22.1 installation failed.

libraries. You can either do not enable the module or install the libraries.make: *** No rule to make target 'build', needed by 'default'. Stop.make: ......
installation failed ERROR nginx 22

C:\Windows\Installer\ 存储安装程序的数据库 修复和更改安装程序 安装程序的缓存 管理安装源

C:\Windows\Installer\ 是一个特殊的系统文件夹,在 Windows 操作系统中扮演着重要的角色。它主要用于存储安装程序的相关信息和安装源。 具体来说,C:\Windows\Installer\ 文件夹有以下几个作用和功能: 存储安装程序的数据库:文件夹中包含一个名为"Instal ......
程序 缓存 Installer Windows 数据库

django+pip install djangorestframework

###################### pip install django pip install djangorestframework django-admin startproject example . pyuthon manage.py migrate python manage. ......
djangorestframework install django pip

2023-06-20 hexo博客 运行报错:Cannot find module 'hexo' from 'D:\ablog' 提示要rm -rf node_modules && npm install --force

前言:把博客拉到到新电脑,运行hexo s报错如下: PS D:\ablog> hexo s ERROR Cannot find module 'hexo' from 'D:\ablog' ERROR Local hexo loading failed in D:\ablog ERROR Try r ......
hexo 39 node_modules amp install

执行cnpm install 时报错:randomUUID is not a function

啊,熟悉的气息! TypeError: randomUUID is not a function 搜了一下得知: npm.taobao.org 和 registry.npm.taobao.org 将在 2022.06.30 号正式下线和停止 DNS 解析。 新域名切换规则: npm.taobao.o ......
randomUUID function 时报 install cnpm

菜鸟工作日记--------------记录一次vue npm install时报错Maximum call stack size exceeded的解决过程

因为有一个项目需要修改一下前端,运行时报错,就使用npm i 补充一下依赖 没想到npm i 也报错了 在网上搜了一些方法 有一个是这样说的:在使用npm install 命令安装 npm 包时,遇到 “Maximum call stack size exceeded” 报错信息 解决办法: 可以将 ......
exceeded 时报 过程 install Maximum

maven构建报错:Unable to load the mojo 'install' (or one of its required components) from the plugin 'org.apache.maven.plugins:maven-install-plugin:2.4'

项目在执行maven clean install时,报错: Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project sby-compon ......
maven install plugin maven-install-plugin 39

composer install时,出现Your requirements could not be resolved to an installable set of packages.

在执行composer install时遇到错误Your requirements could not be resolved to an installable set of packages.。原因是不匹配composer.json文件中要求的版本,错误代码如下。 查看的资料说是php版本不符, ......

How to Install Nerd Fonts on Linux

Installing Nerd Fonts - Documentation (rockylinux.org) How to Install Nerd Fonts on Linux (geekbits.io) 没什么鸟用,我估计是因为我是wsl的关系,windows是不是要装这上面 Nerd Font ......
Install Fonts Linux Nerd How

npm install执行后 报错npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree如何解决?

当我们拿到一个前端项目的时候,想要把它运行起来,首先是要给它安装依赖,即cd到当前项目根目录下去执行npm install命令,然后有一定几率在终端你会遇到这样的报错: 解决办法: npm install --force 或者 npm install --legacy-peer-deps去运行 ......
ERESOLVE npm dependency ERR install

CMakeLists --- 指定安装目录 CMAKE_INSTALL_PREFIX

cmake指定make install时的安装目录:通过设置 CMAKE_INSTALL_PREFIX 的值来控制。 有两种方法: 1.在执行cmake时,指定安装目录: cmake -DCMAKE_INSTALL_PREFIX=/xxx/x .. 2.直接在CMakeLists.txt中设置 se ......

解决ValueError: Please install nodejs >=12.0.0 before continuing

1、升级你的conda conda update conda 2、https://anaconda.org/conda-forge/nodejs To install this package run one of the following 运行 conda install -c "conda-f ......
ValueError continuing install Please before

java install

mkdir /usr/local/java/jdk1.8.0_371cd /usr/local/java/jdk1.8.0_371 tar -zxvf jdk-8u211-linux-x64.tar.gz vim /etc/profile在profile的最下面添加,下面的JAVA_HOME是JDK ......
install java

npm install报错node-sass@4.14.1 postinstall: `node scripts/build.js`

error node-sass@4.14.1 postinstall: node scripts/build.js 解决方法: npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass npm install ......
node postinstall node-sass install scripts

npm install --save tinymce/plugins/indent2em报错

[下载indent2em](http://tinymce.ax-z.cn/more-plugins/indent2em.zip) 将解压得到的文件夹,放到node_modules/tinymce/plugins中 在 node_modules/tinymce/plugins/indent2em文件夹 ......
indent2em install indent2 plugins tinymce

ESXi 7.0 U3m Lenovo (联想) 定制版 OEM Custom Installer CD

VMware ESXi 7.0 Update 3m - 领先的裸机 Hypervisor (All OEM Customized Installer CDs) ESXi 7.0 U3m Standard (标准版) ESXi 7.0 U3m Dell (戴尔) 定制版 OEM Custom Inst ......
Installer Custom Lenovo ESXi 7.0

ESXi 7.0 U3m Inspur (浪潮) 定制版 OEM Custom Installer CD

VMware ESXi 7.0 Update 3m - 领先的裸机 Hypervisor (All OEM Customized Installer CDs) ESXi 7.0 U3m Standard (标准版) ESXi 7.0 U3m Dell (戴尔) 定制版 OEM Custom Inst ......
浪潮 Installer Custom Inspur ESXi