homebrew rosetta default install

Docker|--E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation

错误 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them ......
gnupg installed operation required Docker

python2.7 pip install pyyaml 安装出现错误

conda 环境 python2.7 安装 pyyaml: pip install pyyaml 错误如下: ERROR: Command errored out with exit status 1: command: bin/python2.7 /python2.7/site-packages/ ......
错误 python2 install python pyyaml

报错: sudo: effective uid is not 0, is sudo installed setuid root?

切root用户报错 报错: sudo: effective uid is not 0, is sudo installed setuid root?解决 : 给/usr/bin/sudo 文件添加一个 s 权限即可。 chmod +s /usr/bin/sudo 再切就可以了。 ......
sudo effective installed setuid is

Windows Tools | How To Install VS Microsoft C++ Build Tools on Windows

How To Install VS Microsoft C++ Build Tools on Windows This can be used for installing anything that requires C++ compiler on Windows. Installation st ......
Windows Tools Microsoft Install Build

default property alias xxx 应用

ArchInterface.qml Control { id: content default property alias contentChildren: content.data // 内部的元素, 由子模块去实现 backgroud: Rectangle { color: "transpar ......
property default alias xxx

OGG报错 INS-85054 in oggca.sh createing a new Service Manager after removing a previous installation (Doc ID 2301523.1)

这个报错主要是ogg的自启动和目录问题 Delete the following files at the OS level: Linux 7 /etc/systemd/system/OracleGoldenGate.service /etc/oggInst.loc Linux 6 /etc/ini ......

Docker - Install Docker Compose

Install using the repository Set up the repository. Find distro-specific instructions in: Ubuntu | CentOS | Debian | Raspberry Pi OS | Fedora | RHEL | ......
Docker Compose Install

## Could not find a working installation of Boost.

001、问题 002、解决方法 (base) [root@pc1 MaSuRCA-3.3.1]# yum -y install boost boost-devel (base) [root@pc1 MaSuRCA-3.3.1]# yum -y install gcc-c++.x86_64 gperf ......
installation working Could Boost find

How to install a command once for all login users in Linux All In One

How to install a command once for all login users in Linux All In One /etc/profile & /etc/profile.d/ ......
install command Linux login users

解决:sass-loader@6.0.6 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.

参考:https://blog.csdn.net/hancoder/article/details/113821646 去https://github.com/sass/npnode-sass 或者 https://github.com/sass/node-sass/releases 都可以看到no ......
sass peer dependencies sass-loader installed

解决:npm ERR! chromedriver@2.27.2 install: `node install.js`

https://cdn.npmmirror.com/binaries/chromedriver/2.27/chromedriver_win32.zip 可以点击这个链接直接下载。 删掉项目中的 node_modules 文件夹。 根据自己的下载地址,安装依赖。 npm install chromed ......
install chromedriver node npm ERR

How to use a shell script to check whether a command had been installed in the Linux server All In One

How to use a shell script to check whether a command had been installed in the Linux server All In One shell script error [: :需要整数表达式 / [: -eq:需要一元表达... ......
installed command whether script server

[883] Install Python package using Jupyter Notebook

In the installation of packages in Jupyter Notebook, I encountered an issue. I installed packages using Command Prompt (CMD), but when I try to import ......
Notebook Install Jupyter package Python

Docker - Install and Uninstall

Install: 1. Set up Docker's Apt repository. # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl gnupg sudo ......
Uninstall Install Docker and

pip install 安装模块指定版本

一、Scipy模块指定安装版本 pip install Scipy # 最新版本 pip install Scipy==1.2.1 # 指定版本 pip install 'Scipy>=1.2.1' # 最小版本 免责声明:本号所涉及内容仅供安全研究与教学使用,如出现其他风险,后果自负。 参考、来源 ......
模块 install 版本 pip

No active profile set, falling back to 1 default profile: "default"

报错显示 解决办法 效果 ......
profile default quot falling active

win7系统 安装python3.6.5版本遇到“user installations are disabled via policy on the machine” 和“0x80070643 ”错误情况

一、遇到提示“user installations are disabled via policy on the machine”是 系统策略禁止这个安装 解决方案: 方法一: 1、打开【开始】菜单,选择【运行】。 2、在运行窗口中【打开】一栏输入【gpedit.msc】,点击【确定】。 3、此时会 ......

docker install ubuntu ssh

https://tecadmin.net/setting-up-ubuntu-docker-container-with-ssh-access/ Docker is an open-source platform that allows developers to automate the depl ......
install docker ubuntu ssh

document install LibreOffice_7.6.1.2 on Debian12

目录Download PackageOpen the programinstall Languare PackageUninstall LibreOffice from Debian Linux Libreoffice official website Package download addres ......
LibreOffice document install Debian 12

How to Set the Default Gateway on Ubuntus

ip route list ip r | grep default sudo ip route add default via 10.10.1.1 sudo ip route add default via 10.10.1.1 dev enp0s3 sudo ip route delete defa ......
Default Gateway Ubuntus How Set

npm_npm install 命令中-S与-D尾缀的区别

-P, --save-prod: 包将出现在你的 dependencies 中。 这是默认值,除非存在 -D 或 -O。 -D, --save-dev: 包将出现在你的 devDependencies 中。 package.json中dependencies与devDependencies区别 de ......
尾缀 npm 命令 npm_npm install

【ERROR: Could not find a version that satisfies】【ERROR: No matching distribution found for】【ERROR: Could not install packages due to an OSError:】

pip包安装出错 真是把我烦死了,在yt上学东西,结果一直出这样的错,之前我都是把包下载到本地安装的,这也不是长久之计。 然后我试了使用 -i,使用--trusted-host,使用--user,使用--upgrade pip...全都不管用。 后来我想,究竟是什么时候出现这个问题的,好像很久之前就 ......
ERROR Could distribution not satisfies

问题记录:vue项目中的babel转化器是否可以转换npm install下来的依赖库,使该依赖库也可以兼容es6语法?

vue项目中的babel转化器是否可以转换npm install下来的依赖库,使该依赖库也可以兼容es6语法? 是的,Babel转换器可以用于转换通过npm install安装的依赖库,以使其兼容ES6语法。Babel是一个广泛使用的JavaScript编译器,可以将较新版本的JavaScript代 ......
转化器 语法 install 项目 问题

export default用法

export default用法 // test.js export default { name: 'zs', age: 20 } 或是 // test.js var info = { name: 'zs', age: 20 } export default info 在main.js中接收,te ......
default export

解决方法:ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory

在使用windows系统用pip命令安装ipyparallel时,出现了这种错误: ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\Users ......

Eclipse中出现Java compiler level does not match the version of the installed java project facet问题

问题描述同样的项目copy到另外一个package中报错 解决方法1. 右键项目 properties --> Java compiler 查看选择的版本 2. 到项目的路径下,使用文本编辑器打开org.eclipse.wst.common.project.facet.core.xml 3.把版本和 ......
installed the compiler Eclipse project

install mojo @(wsl2 + ubuntu22.04.2) 20230913

Microsoft Store install wsl + ubuntu22.04.2 CMD/PowerShell (as admin): wsl --set-default-version 2 //switch wsl ver, default is wsl 1 Open the ubuntu ......
20230913 install ubuntu mojo wsl2

SpringBoot项目启动报错:An incompatible version [1.1.22] of the Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

问题解释: “安装了不兼容的Apache Tomcat原生库版本[1.1.22],而Tomcat需要版本[1.2.14]” 解决方法: ① 打开网页 http://archive.apache.org/dist/tomcat/tomcat-connectors/native/ ② ③ ④ ⑤ 复制到 ......

前端项目npm install安装报错:code ERESOLVE ERESOLVE could not resolve

背景:使用npm 安装依赖的时候,发现报了如下的错误: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: vue-admin-te ......
ERESOLVE 前端 install resolve 项目

com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.LocalDateTime` not supported by default

问题复现 Java 8 date/time type java.time.LocalDateTime not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to en ......