setuptools安装和错误解决

错误解决:ImportError No module named setuptools

GitHub: https://github.com/pypa/setuptools

下载安装

wget https://github.com/pypa/setuptools/archive/master.zip

tar -zxvf master.zip

cd setuptools-master
python setup.py install

出现错误:

错误: 找不到bootstrap.py

执行:

$ bin/python bootstrap.py -d -v 2.1.1

再执行:python setup.py install

安装成功!

时间: 2024-10-08 11:34:19

setuptools安装和错误解决的相关文章

nginx 编译安装 及错误解决。

nginx 编译安装 Nginx 是一个很强大的高性能Web和反向代理服务器,它具有很多非常优越的特性:在连接高并发的情况下,Nginx是Apache服务器不错的替代品:Nginx在美国是做虚拟主机生意的老板们经常选择的软件平台之一.能够支持高达 50,000 个并发连接数的响应.相比apache nginx处理静态页面更加优秀迅速,配置也相当简洁明了. nginx相对于apache的优点: 轻量级,同样起web 服务,比apache 占用更少的内存及资源 抗并发,nginx 处理请求是异步非阻

CTC安装及其错误解决办法:binding.cpp:92:49: error: cannot convert ‘THCudaTensor*’ to ‘const THFloatTensor*’ for argument ‘1’ to ‘int64_t THFloatTensor_size(const THFloatTensor*, int)’

CTC安装: 1. 在终端执行命令:git clone https://github.com/SeanNaren/warp-c) (效果如下图,大家不用管我前面括号的内容,那是我打开的虚拟环境) 2. 打开warp-ctc文件夹:cd warp-ctc 3.执行命令:git checkout ac045b6072b9bc3454fb9f9f17674f0d59373789 (这条命令要执行,不然会出现binding.cpp:6:29: fatal error: torch/extension.h

mysql-5.6.27源码安装及错误解决办法

环境:centos6.5.x86_64 wget http://mirrors.sohu.com/mysql/MySQL-5.6/mysql-5.6.27.tar.gz yum install -y cmake  当然也可以自己下载源码包安装,为方便就Yum安装了 useradd -s /sbin/nologin mysql tar zxvf mysql-5.6.27.tar.gz mkdir -p /data/mysql chown -R mysql:mysql /data/mysql cd

lnmp安装php错误解决

问题1 checking for xml2-config path... (cached) /usr/bin/xml2-config checking whether libxml bu ild works... (cached) yes checking for XSL support... yes configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution [[emai

Python验证码识别 安装Pillow、tesseract-ocr与pytesseract模块的安装以及错误解决

1.安装Pillow pip install Pillow 2.安装tesseract-ocr github地址: https://github.com/tesseract-ocr/tesseract You can either Install Tesseract via pre-built binary package or build it from source. windows: The latest installer can be downloaded here: tesserac

安装wamp错误解决

1:vcruntime140.dll缺失 使用百度电脑专家 下载dll安装即可 3:httpd.exe 应用程序无法正常启动(0xc000007b) 下载:Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)安装 如果你在Win7下使用WAMP集成环境,发现安装或者启动的时候httpd.exe不能正常工作,手动运行它会报0xc000007b应用程序错误而不是其他类型错误,那么首先你要确认是否装了Visual C++ 2010 SP

mysql安装及错误解决

#下载mysql源安装包shell> wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm# 安装mysql源shell> yum localinstall mysql57-community-release-el7-8.noarch.rpm检查mysql源是否安装成功shell> yum repolist enabled | grep "mysql.*-community.*"

Nginx安装出现错误解决记录

一.添加第三方模块时出现 :make: Nothing to be done for `default'. 解决方法:删除nginx下面的build文件,再执行make 二.编译出现 Undefined symbols for architecture x86_64: "_pcre_free_study", referenced from: _ngx_pcre_free_studies in ngx_regex.o _ngx_http_lua_ngx_re_match in ngx_h

编译安装nginx错误解决!

编译安装执行 ./configure --prefix=/root/web/nginx --sbin-path=/root/web/nginx/sbin/nginx --conf-path=/root/web/nginx/config/nginx.conf --error-log-path=/root/web/nginx/logs/error.log --pid-path=/root/web/nginx/logs/nginx.pid --http-log-path=/root/web/nginx