INSTALL

install os

# Download https://support.apple.com/en-us/HT211683 # Create a bootable installer for macOS Plug in the USB flash drive or other volume that you're us ......
install os

npm install安装vue-element-admin报错

## 报错信息 ``` npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git. ......
vue-element-admin install element admin npm

snowboy 无法 install

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple snowboy Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple, https://www.piwheels.org ......
snowboy install

Android Installed Build Tools revision 34.0.0 is corrupted. Remove and install again using the SDK

前言ERROR: Installed Build Tools revision 34.0.0 is corrupted. Remove and install again using the SDK Manager.错误:已安装的生成工具修订版34.0.0已损坏。使用SDK管理器删除并重新安装。 上 ......
Installed corrupted revision Android install

How to install a npm package from the GitHub repository All In One

How to install a npm package from the GitHub repository All In One ......
repository install package GitHub from

ubuntu install opencv

sudo apt update; sudo apt updgrade; sudo apt install libopencv-dev python3-opencv; python3 -c "import cv2; print(cv2.__version__)" ......
install ubuntu opencv

执行npm install 命令时报错Error: EPERM: operation not permitted, uv_cwd

执行npm install 命令时报错 ```bash path.js:1077 path = process.cwd(); ^ Error: EPERM: operation not permitted, uv_cwd at Object.resolve (path.js:1077:24) ``` ......
operation permitted 时报 命令 install

install .deb locally

```bash sudo dpkg -i /path/to/deb/file sudo apt-get install -f ``` ```bash -f, --fix-broken Fix; attempt to correct a system with broken dependencies ......
install locally deb

pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simpleLooking in indexes: https://pypi.tuna.tsinghua.edu.cn/simpleCollecting numpy Downloading ......
tsinghua install simple https numpy

vue npm install报错

PS I:\Vue3+ts+e-plus后台管理\vue3-ts-element-plus-master\vue3-ts-element-plus-master> npm installnpm ERR! code ERESOLVEnpm ERR! ERESOLVE could not resolve ......
install vue npm

macbook pro install lightgbm

前提是已经安装好了brew。若没有安装好brew可搜索安装brew,国内源即可。1,第一步,按装编译软件brew install open-mpi brew install cmake brew install gcc2,第二步,下载lightgbm网上大多使用这个地址克隆,但是国内访问会比较慢,有 ......
lightgbm macbook install pro

npm i和npm install的区别

实际使用的区别点主要如下(windows下):1. 用npm i安装的模块无法用npm uninstall删除,用npm uninstall i才卸载掉2. npm i会帮助检测与当前node版本最匹配的npm包版本号,并匹配出来相互依赖的npm包应该提升的版本号3. 部分npm包在当前node版本 ......
npm install

cona install 出现SSLError

Solving environment: failed CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro/noarch/repodata ......
SSLError install cona

vscode 报错 :Internal server error: Preprocessor dependency "sass" not found. Did you install it?

原因:内部服务器错误:未找到预处理器依赖项“sass”。 你安装了吗? 解决: 其一、安装 sass 依赖命令 命令 :npm install --save-dev sass ......

doomemacs install debug log

# 配置 https://github.com/fuxialexander/doom-emacs-private-xfu # 报错 ```shell doom-package-error "webkit-katex-render" (error "webkit-katex-render.el:0:0 ......
doomemacs install debug log

pip install --no-cache-dir -r requirements.txt 报错ImportError: cannot import name '_get_object_size' from 'bson' (/usr/local/lib/python3.11/site-packages/bson/__init__.py)

错误如下: Traceback (most recent call last): 2023-08-23 10:29:47 File "/app/main.py", line 12, in <module> 2023-08-23 10:29:47 from base.MongoDb import Mo ......

docker You must install or update .NET to run this application. 问题解决方案

FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base WORKDIR /app 修改为 FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base WORKDIR /app ......

docker compose install debian

在Debian 上安装Docker Compose需要遵循以下步骤: 1. 确保您的系统已经安装了Docker。 2. 安装Python和pip: ```bash sudo apt-get update sudo apt-get install python3 python3-pip ``` 3. ......
compose install docker debian

vscode1.80.2 Install terminal quit with output: 过程试图写入的管道不存在

莫名其妙的错误。如果你尝试了各种修改密钥认证方法,修改密码,修改文件权限都不行,那恭喜你,大家同道中人,遇到了同一个错误。 修改ssh的config文件,一般在你的.ssh路径下,windows是C:\Users\用户名\.ssh\config,linux是~/.ssh/config。 如果是从co ......
管道 terminal 过程 vscode1 Install

Alpine install to disk/Alpine安装到磁盘 (UEFI)

* alpine-standard-3.18.0_rc6-x86_64.iso * hyper-v * virtual-disk, max 1GB * hyper-v default NAT switch # 开始 添加光驱,并将其启动顺序调至最前 __,启动! 输入root直接登陆安装环境(无密码 ......
Alpine 磁盘 install disk UEFI

npm install 报错

前端npm install 报错 ```bash error: npm notice npm notice New minor version of npm available! 7.20.3 -> 7.23.0 npm notice Changelog: https://github.com/np ......
install npm

ghost-on-docker、nginx-proxy-manager install

#ghost安装docker run -d --name blog-ghost -e NODE_ENV=development -e database__connection__filename='/var/lib/ghost/content/data/gggdb.db' -p 8080:2368 ......

centos generate uuid,install libuuid-devel,compile -luuid

//install libuuid-devel sudo yum install libuuid libuuid-devel #include <iostream> #include <stdio.h> #include <uuid/uuid.h> char * get_uuid() { uuid_ ......

install4j打包多平台java安装包(含JNI)

# install4j打包多平台java安装包 ## 1. 下载安装install4j 官网下载最新install4j。 ```http https://www.ej-technologies.com/products/install4j/overview.html ``` ![image](htt ......
install4j install4 install 平台 java

控制台出现lockdown-install.js文件报Removing intrinsics.问题告警

![](https://img2023.cnblogs.com/blog/1232210/202308/1232210-20230803140237363-808835128.png) 查的原因是:警告来自 MetaMask Chrome 扩展。 解决方法:关闭 MetaMask 扩展程序。 参考资 ......

python3 install 其他包 报:ModuleNotFoundError: No module named '_ctypes' 的问题

# python3 install 其他包 报:ModuleNotFoundError: No module named '_ctypes' 的问题 > python2 > import _ctypes 没有问题 > python3 > import _ctypes 报上述错误,说明_ctypes确 ......

pip install指定gcc g++版本的方法

有时候安装某个包可能会遇到gcc版本过低的问题,但是系统上可能安装了好几个版本的gcc。那么一种很简单的解决办法如下: - 1. 切换到gcc对应的路径,例如`cd /usr/local/bin/gcc` 假如这个路径下有这么几个版本的gcc,g++: ```bash ls >>> gcc gcc- ......
install 版本 方法 pip gcc

conda install 速度慢的解决方法

Anaconda | A Faster Solver for Conda: Libmamba 01、 conda update -n base conda conda install -n base conda-libmamba-solver conda config --set solver li ......
速度 install 方法 conda

You must install or update .NET to run this application

# You must install or update .NET to run this application ## 问题原因 在使用 .net的环境时,出现这个 “You must install or update .NET to run this application” 说明版本不符合 ......
application install update must this

Python报错 | ImportError: To be able to use evaluate-metric/seqeval, you need to install the following dependencies['seqeval'] using 'pip install seqeval' for instance'

**报错信息** 使用`metric = evaluate.load("seqeval")`的时候,报如下错误: ```python ImportError: To be able to use evaluate-metric/seqeval, you need to install the fol ......