INSTALL

解决使用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

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

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

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

npm install 报错如何解决npm ERR! code 128 npm ERR! An unknown git error occurre

npm ERR! code 128 npm ERR! An unknown git error occurre如何解决 1.发现问题 我在通过git工具clone vue-element-admin之后,需要下载相关的第三方包 所以我就在对应目录下执行npm install开始下载文件 在安装依赖包 ......
npm ERR install unknown occurre

django 中存储手机号的字段, 使用 Django 库 pip install django-phonenumber-field[phonenumbers]

原文参见: https://www.delftstack.com/zh/howto/django/django-phone-number-field/ 使用第三方 Django 应用程序的 PhoneNumberField 存储电话号码 要存储电话号码,我们可以使用实现此字段的第三方 Django ......

Vue启动报错:This usually happens because your environment has changed since running `npm install`

This usually happens because your environment has changed since running `npm install` 问题根本:这通常是因为运行NPM安装后环境发生了变化。 运行“NPM重建节点SASS——强制”来为当前环境构建绑定。 如何解决: ......
environment usually happens because changed

conda环境已经安装了xxx依赖包,为何pip install yyy包时,pip还去寻找xxx依赖包

我在离线的服务器上通过conda activate gpt进入gpt环境后,想更新gpt中的transformers包(v4.26.1升级到4.29.1),于是手动去清华源(https://pypi.tuna.tsinghua.edu.cn/simple/) 下载好transformers4.29. ......
xxx pip install 环境 conda

pip install pycryptodome安装失败

如下图所示,这里已经给出了明确的错误信息 执行:python -m pip install --upgrade pip后再次安装即可 ......
pycryptodome install pip

11_install Ubuntu Full GUI Desktop on an Ubuntu VPS

地址:https://www.codewithharry.com/blogpost/install-ubuntu-desktop-vps/ How to install Ubuntu Desktop with Full GUI on an Ubuntu VPS This post will expl ......
Ubuntu install Desktop Full GUI

8_How to install LEMP stack on Ubuntu VPS_

地址:https://www.codewithharry.com/blogpost/lemp-stack-on-ubuntu-20/ How to install LEMP stack (Linux, Nginx, MySQL, PHP) on Ubuntu 20.04 In this tutori ......
install Ubuntu stack LEMP VPS_

9_How to install phpMyAdmin on Nginx (in 5 minutes)

地址:https://www.codewithharry.com/blogpost/install-phpmyadmin-ubuntu-nginx/ How to install PhpMyAdmin on Ubuntu running Nginx (LEMP stack) In this post ......
phpMyAdmin install minutes Nginx How