install

conda install 报错(代理问题)

报错 Collecting package metadata (current_repodata.json): failed # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent cal ......
install 问题 conda

升级pip报错ERROR: Could not install packages due to an OSError: [WinError 5]

今天在安装python第三方库时,提示pip需要升级,没有多想直接升级,结果报错: 1 ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'd:\\python\\scripts\\pip.exe' 2 ......
WinError packages install OSError ERROR

How to 'apt-get install python-opengl' on Ubuntu22.04

ImportError: Error occurred while running `from pyglet.gl import *` HINT: make sure you have OpenGL install. On Ubuntu, you can run 'apt-get install p ......
python-opengl apt-get install Ubuntu python

Linux install mysql

1.0 install mysql sudo apt purge mysql-server mysql-common sudo apt autoremove mysql-server mysql-common sudo apt-get update sudo apt-get install mysq ......
install Linux mysql

sogou_install

搜狗输入法安装 在系统设置里面讲键盘系统输入法改为fcitx。若无,则执行 sudo apt update sudo apt-get install fcitx 设置fcitx开机自启 sudo cp /usr/share/applications/fcitx.desktop /etc/xdg/au ......
sogou_install install sogou

VSCode:"princexml" is required to be installed

这应该是我们在使用VSCode插件“markdown-preview-enhanced”插件时,使用PDF(prince)的时候出现的问题,那么关于这个问题的解决方法,请大家参照下边的解决方案。 进入prince官网,点击电脑版本对应的链接进行下载并安装。网址如下:Prince - Download ......
quot princexml installed required VSCode

yarn install报错---证书问题

现象 通过yarn包管理器安装 electron-webpack 时,报如下错误: 问题原因 开始以为是下载源的问题,但是切换到淘宝源后依然无法解决问题,还是报这个问题。并且自己通过npm包管理器安装时,也会报同样的错误。 后来在网上找了一圈,发现是【HTTPS 证书验证失败】导致的。 解决方案 【 ......
证书 install 问题 yarn

centos7 yum -y install nodejs安装npm时报错,处理方法

centos7 yum -y install nodejs安装npm时报错,处理方法 安装npm时报错,处理方法 sudo: npm: command not found sudo yum -y install nodejs Loaded plugins: fastestmirrorLoading ......
时报 centos7 install 方法 centos

mac 安装svn解决vscode签出项目报Svn installation not found的问题。

svn之前安装过,更新系统就丢了,再brew也没法访问了。 在国内有几个镜像去访问,安装国内镜像: /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 开始选择了阿里巴巴下载源, ......
installation 项目 vscode 问题 found

webmin install Script

#!/bin/sh # shellcheck disable=SC1090 disable=SC2059 disable=SC2164 disable=SC2181 # setup-repos.sh # Configures Webmin repository for RHEL and Debian ......
install webmin Script

How to install parse-server

install mongoldb vim /etc/yum.repos.d/mongodb.repo [mngodb-org] name=MongoDB Repository baseurl=http://mirrors.aliyun.com/mongodb/yum/redhat/7Server/m ......
parse-server install server parse How

You must already have Microsoft Visual C++ 2013 Redistributable (x64) installed to proceed with this installation

安装Crystall report for Visual Studio 2022 的SP 3时,呈现如标题异常: You must already have Microsoft Visual C++ 2013 Redistributable (x64) installed to proceed wi ......

bug[已解决]:libgcc_s.so.1 must be installed for pthread_cancel to work

解决办法 在python文件最上面加 import ctypes libgcc_s = ctypes.CDLL('libgcc_s.so.1') 注意,是最上面,也就是所有import之前 参考来源: https://stackoverflow.com/questions/64797838/libg ......

Mac电脑创建Vue项目时报错 错误内容:Error: command failed: npm install --loglevel error --legacy-peer-deps

解决方法:在命令vue create xxx前加sudo。 错误原因:应该是用户权限吧,深入不清楚,反正添加sudo后可以成功创建vue项目了。 ......

install gtsam

1. download gtsam git clone https://github.com/borglab/gtsam.git change mkdir build $ cd build $ cmake .. $ make check (optional, runs unit tests) $ m ......
install gtsam

关于Android12安装apk出现-108异常INSTALL_PARSE_FAILED_MANIFEST_MALFORMED的解决方法

原文地址:关于Android12安装apk出现-108异常INSTALL_PARSE_FAILED_MANIFEST_MALFORMED的解决方法 - Stars-One的杂货小窝 问题描述 用户的小米手机上出现以下界面问题 小米手机为Android12系统,根据安装错误码得知,这个是由于Andro ......
共406篇  :14/14页 首页上一页14下一页尾页