site-packages installation defaulting writeable

解决npm install各种报错的6种方案 Error: Command failed: cmd.exe autoreconf -ivf以及gifsicle pre-build test failed以及其他报错

报错示例:Error: Command failed: C:\Windows\system32\cmd.exe /s /c "autoreconf -ivf" gifsicle pre-build test failed PS G:\code_all\my_webpack_webgl2021-5-1 ......
failed autoreconf pre-build gifsicle install

vue运行npm install 时,卡在sill idealTree buildDeps没有反应

之前装过vue很简单就装上了,结果这次出了好多问题。 1.win+R再cmd打开的命令行,结果运行报错,说权限不够,只能再powershell用。 2.powershell挂了半天发现卡住不动了,原来是网络问题,用淘宝镜像解决。 方法如下: 使用命令设置为淘宝的镜像源: npm config set ......
idealTree buildDeps install sill vue

解决apt-get install E: 无法定位软件包,则添加添加镜像源

解决apt-get install E: 无法定位软件包,则添加添加镜像源在etc/apt 的sources.list 添加镜像源 vim /etc/apt/sources.list deb http://archive.ubuntu.com/ubuntu/ trusty main universe ......
软件包 镜像 apt-get install 软件

E: Package ‘vnc4server’ has no installation candidate.

报错: E: Package ‘vnc4server’ has no installation candidate. 解决: sudo vim /etc/apt/sources.list 在最下面添加这句 deb http://cn.archive.ubuntu.com/ubuntu/ bionic ......

ESM export default {...object} All In One

ESM export default {...object} All In One object destructuring & module export default ......
default export object ESM All

npm install 失败 fatal: Could not read from remote repository

npm install 项目拉下来后需要安装依赖。 内控项目报错 RR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://git@git ......
repository install remote fatal Could

Install .NET on Windows

https://learn.microsoft.com/en-us/dotnet/core/install/windows?tabs=net60#dependencies https://blog.csdn.net/weixin_43596442/article/details/119801821 ......
Install Windows NET on

fix Linux apt-get install package HTTPS error All In One

fix Linux apt-get install package HTTPS error All In One errors E: The method driver /usr/libapt/methods/https could not be found. N: Is the package a... ......
apt-get install package Linux HTTPS

chatgpt--mvn install 当做笔记保留

在 Maven 中安装外部包需要使用 `mvn install:install-file` 命令,其语法如下: mvn install:install-file -Dfile=<path-to-file> \ -DgroupId=<group-id> \ -DartifactId=<artifact ......
chatgpt install 笔记 mvn

pyenv-win-master\pyenv-win\libexec\pyenv-install.vbs(161, 5) Microsoft VBScript 运行时错误: 文件未找到

Windows 10 运行 pyenv install 3.11.2 提示 pyenv-win-master\pyenv-win\libexec\pyenv-install.vbs(161, 5) Microsoft VBScript 运行时错误: 文件未找到 解决问题 C:\Users\larry ......

Konga versions equal to or below v0.14.9 use the default TOKEN_SECRET

Vulnerability Description Kong is a clould-native, fast, scalable, distributed microservice abstraction layer (also known as API gateway, API middlewa ......
TOKEN_SECRET versions default SECRET Konga

Go: default print format

slice, map即使为nil打印格式和空元素的情况一样, chan,func,interface,pointer为nil时,打印<nil> 当chan,func,pointer赋值后,都打印地址, interface赋值后,永远打印其dynamic value的格式 package main i ......
default format print Go

在PowerShell下执行pnpm install出现以下错误:CategoryInfo: SecurityError: (:) [],PSSecurityException FullyQualifiedErrorId : UnauthorizedAccess

在PowerShell下执行pnpm install出现以下错误: pnpm : 无法加载文件 C:\Program Files\nodejs\pnpm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.micros oft.com/fwlink/?LinkID=1351 ......

执行Django 的迁移命令报错[1193, "Unknown system variable default_storage_engine]

在学习“”编写你的第一个 Django 应用程序,第2部分”时候,遇到一个问题。 执行迁移命令 python manage.py makemigrations polls 后,报错: migrations.py:109: RuntimeWarning: Got an error checking a ......

centos8安装docker 遇到yum install -y yum-utils报错,No match for argument:Unable to find a match:

centos8部署docker 执行yum install -y yum-utils报错,No match for argument,Unable to find a match 这是两个问题,我们先解决第一个问题: 第一个问题是服务器的语言环境有问题,可以通过下面命令进行设置解决: echo "e ......
match yum yum-utils argument centos8

yun install lrzsz安装不了原因,更新centos6yun源

方法来自:https://www.cnblogs.com/qiuzhendezhen/p/16107983.html 第一步:输入指令:vi /etc/yum.repos.d/CentOS-Base.repo文件,将文件内容替换成如下内容: [base] name=CentOS-6.10 baseu ......
centos6yun yun 原因 install centos6

you must install .net desktop软件报这个错

问题 解决 访问此地址,进行下载 地址 ......
install desktop 软件 must you

Docker版本 RocketMQ Install v4.9.5

cd toolsyum install gitgit clone https://github.com/apache/rocketmq-docker.gitcd rocketmq-docker/sh build-image.sh RMQ-VERSION BASE-IMAGEcd image-buil ......
RocketMQ Install 版本 Docker 9.5

解决m1遇到的node-sass依赖无法install的问题

node-sass这个库比较老,用ruby写的,安装时需要python2编译,建议新项目使用dart-sass或者less 由于homebrew不支持安装python2,网上其他教程太复杂了,咱简单粗暴的来 直接安装包安装python2 python2安装包 安装完终端输入python2即可验证 复 ......
node-sass install 问题 node sass

conda环境下使用pip install安装包到conda环境下,而不是.local下

一、首先说明下,在conda 环境中使用pip install 命令,安装的包并不是只在该环境,而是在.local中所有conda环境都可以使用。如果想要pip 安装的包在当前所在环境下,按照以下步骤。 二、使用'python -m site'命令,会看到以下结果,user_base 和 user_ ......
环境 conda install local pip

Cannot access defaults field of Properties

webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)如果遇到IDEA 在运行maven打war的时候,提示报错: Cannot access defaults field ......
Properties defaults Cannot access field

install packages in jupyter notebook

!conda install --yes numpy !pip install numpy !echo $PATH # If you want to know what is actually executed # when you type python, you can use the type ......
packages notebook install jupyter in

pod install libwebp 问题

1.find /Users/***/.cocoapods/repos -iname libwebp 出现如下展示:/Users/***/.cocoapods/repos/master/Specs/1/9/2/libwebp/Users/***/.cocoapods/repos/cocoapods/S ......
install libwebp 问题 pod

Jmeter 启动时报错:Not able to find Java executable or version. Please check your Java installation

安装java环境,cmd窗口中执行java-version 可以看到java的版本信息。 双击jmeter启动文件,报错:Not able to find Java executable or version. Please check your Java installation 解决办法: 在启 ......
Java installation executable 时报 version

Installing MySQL 5.7 On Ubuntu Using Generic Binaries

Installing MySQL 5.7 On Ubuntu Using Generic Binaries 1、安装依赖 apt-get install libaio1 2、获取软件包 wget https://cdn.mysql.com/archives/mysql-5.7/mysql-5.7.9 ......
Installing Binaries Generic Ubuntu MySQL

install vim-latexsuite and set .vimrc

(4/4) 正在安装 vim-latexsuite [#######] 100%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Set the following lines ......
vim-latexsuite latexsuite install vimrc and

【Python】 pip install 遇到UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 645: illegal multibyte sequence

pip install 遇到UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 645: illegal multibyte sequence 在安装weditor的时候报的错误 解决方法一设置用户或者系统变量: 解决 ......

c++ =delete,=default,override,final

在传统 C++ 中,如果程序员没有提供,编译器会默认为对象生成默认构造函数、 复制构造、赋值算符以及析构函数。 另外,C++ 也为所有类定义了诸如 new delete 这样的运算符。 当程序员有需要时,可以重载这部分函数。 这就引发了一些需求:无法精确控制默认函数的生成行为。 例如禁止类的拷贝时, ......
override default delete final

npm install报错 npm ERR! 的四种解决办法

整理了自己在安装过程中碰到的四种npm ERR及解决方式 错误一、npm ERR! A complete log of this run can be found in:npm ERR!C:\Users\nanyi\AppData\Roaming\npm-cache_logs\2021-09-17T ......
npm install 办法 ERR