E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
pythonlibs
pyautogui 与PyUserInput实现输入语句与快捷按键
一、调用模块的安装PyUserInput模块安装前需要安装pywin32和pyHook模块pyHook模块可从这里下载http://www.lfd.uci.edu/~gohlke/
pythonlibs
/
买榴莲也用卷
·
2019-01-06 15:53
我走过的坑
【opencv】python安装openCV(pycharm配置)
安装要在pycharm中安装cv2模块,但是没安装openCV前安装失败(安装模块方法:pycharm导入模块)1、openCV库下载:https://www.lfd.uci.edu/~gohlke/
pythonlibs
独脚行
·
2019-01-05 15:13
Python
软件安装&&配置
scrapy初识
爬虫博客参考下载Linux:pip3installscrapyWindowsa.pip3installwheelb.下载twistedhttp://www.lfd.uci.edu/~gohlke/
pythonlibs
super2feng
·
2018-12-27 18:53
爬虫
window10安装scrapy报 error: Microsoft Visual C++ 14.0 is required错的解决方法
时报以下错误原因是在window环检下缺少了Twisted的库,解决法案是到下面链接去下载和自己python版本相同的Twisted库:https://www.lfd.uci.edu/~gohlke/
pythonlibs
yattes_W
·
2018-12-27 13:29
Python
爬虫
Windows环境下TensorFlow简明安装教程
首先在Python扩展包安装网站(https://www.lfd.uci.edu/~gohlke/
pythonlibs
/)找到你需要的对应版本的TensorFlow安装包,然后下载下来对应的.whl文件
conleyfree
·
2018-12-25 21:41
深度学习
Python调用Java代码部署及初步使用
Python调用Java代码部署及初步使用Python调用Java代码部署:jpype下载地址:https://www.lfd.uci.edu/~gohlke/
pythonlibs
/#jpype下载的时候需要使用
韩小北_
·
2018-12-19 13:00
Python request库的基本使用
打开这个网址,http://www.lfd.uci.edu/~gohlke/
pythonlibs
在这个网站上面有很多python的第三方库文件,我们按ctrl+f搜索很容易
myk082610
·
2018-12-19 10:54
py3安装pyhanlp
1、离线安装jpyter1jpyter1地址:https://www.lfd.uci.edu/~gohlke/
pythonlibs
/#jpypepipinstallJPype1-0.6.3-cp36-cp36m-win_amd
judyqing
·
2018-12-19 09:02
win7 python pdf2image入坑经历
Python开发菜鸟入坑项目要求pdf转成图片,网上较多的方案对于windows极其不友好,wand,Pythonmagick(win下载地址:www.lfd.uci.edu/~gohlke/
pythonlibs
zj_Rules
·
2018-12-15 21:00
windows安装scrapy
按照下面的操作步骤,一步一步来,不要着急,不要跳过,每一步骤都要正确在执行下一步1.首先下载scrapy的whl包:http://www.lfd.uci.edu/~gohlke/
pythonlibs
/,
AinUser
·
2018-12-10 08:44
windows
scrapy
Twisted
wheel
pip
scrapy
WIN10+ pytorch0.4.1安装
尝试一下方法均失败:一、更新numpy下载numpy+mkl包https://www.lfd.uci.edu/~gohlke/
pythonlibs
/pipuninstallnump
清清木子
·
2018-12-07 10:43
图像处理
python sklearn报错解决 ImportError: DLL load failed: 找不到指定的模块
统一所有包一来源,官方出版的包或whl包,问题就解决了numpy+scipy+scikit-learn组件,使用whl文件安装下2.whl包下载:https://www.lfd.uci.edu/~gohlke/
pythonlibs
llkk20082006
·
2018-12-01 16:36
机器学习-python
windows环境下tensorflow安装过程详解
Python3.6.3或者Python3.6.5或者Python3.7.1等多个版本,然后直接pipinstalltensorflow或者从https://www.lfd.uci.edu/~gohlke/
pythonlibs
小白的进阶
·
2018-11-28 11:44
神经网络
python
python3安装pyhanlp
htmlpipinstallpyhanlp一般是不行的需要安装jpypelpipinstalljpypel也失败了,需要手动安装jpypel下载地址如下:https://download.lfd.uci.edu/
pythonlibs
爱编程的莲莲猫
·
2018-11-24 16:00
python
pyhanl
解决安装mysqlclient的时候出现Microsoft Visual C++ 14.0 is required报错
2.1到https://www.lfd.uci.edu/~gohlke/
pythonlibs
/找到mysqlcl
wgx_1997
·
2018-11-19 08:47
windows 下安装python 爬虫
找到python.exe和pip.exe两个文件的路径,添加到环境变量中3.在pycharm中选择已经配置好的环境变量,百度解决4.下载https://www.lfd.uci.edu/~gohlke/
pythonlibs
AlastairYuan
·
2018-11-17 13:40
安装 geopandas 时出现错误 Command "python setup.py egg_info" failed with error code 1
geoffboeing.com/2014/09/using-geopandas-windows/需要安装依赖的包,可以用pip安装,如果仍然不成功,需要到https://www.lfd.uci.edu/~gohlke/
pythonlibs
minghegao
·
2018-11-15 09:32
安装出现的问题
annoconda下安装opencv
annocondade前提下安装OpenCVnote:下载OpenCV的版本要与自己的电脑版本annoconda的版本相对应下载OpenCV,地址为https://www.lfd.uci.edu/~gohlke/
pythonlibs
Zero-lei
·
2018-11-06 11:39
环境配置
python第三方库安装之numpy
下载地址:https://pypi.org/project/numpy/或者https://www.lfd.uci.edu/~gohlke/
pythonlibs
/下载正确版本:我的python3.7win64
星空-点点
·
2018-11-02 14:14
安装问题
python3.7 安装scrapy anaconda
是先安装了anaconda,直接安装了python3.7,然后在anaconda中安装了scrapy只在anaconda中安装完不算完2在http://www.lfd.uci.edu/~gohlke/
pythonlibs
收购万达吞并BAT
·
2018-11-01 17:40
python
爬虫
python、C++、机器学习、深度学习-------资源、代码练习的常用网站大全
:pypi网站:https://pypi.org/二、UCI页面(在windows操作系统上,可以下载的第三方库(编译后的版本))网站:https://www.lfd.uci.edu/~gohlke/
pythonlibs
鬼 | 刀
·
2018-10-30 16:58
python
win10 Python3.6连接hive
thriftthriftpythrift_saslpure_saslimpylabitarray如果无法使用pipinstall安装上述包的话,可以在https://www.lfd.uci.edu/~gohlke/
pythonlibs
JoJoSIR
·
2018-10-28 10:46
Hadoop
python开启笔记本摄像头拍照
Python使用摄像头需要使用VideoCapture类,测试的时候使用pipinstall的时候无法成功这时候可以使用:(https://www.lfd.uci.edu/~gohlke/
pythonlibs
小草cys
·
2018-10-24 16:00
软件安装
博士生涯
Windows下安装python环境扩展包
地址:https://www.lfd.uci.edu/~gohlke/
pythonlibs
/
felix_yujing
·
2018-10-24 00:00
python
Python常用地址
第三方库的网址https://www.lfd.uci.edu/~gohlke/
pythonlibs
/centos7安装BeautifulSoup和requests安装BeautifulSoupwgethttps
不合格码农
·
2018-10-23 17:40
Python3中在Anaconda环境下安装basemap包
basemap下载地址:https://www.lfd.uci.edu/~gohlke/
pythonlibs
/(1
回忆不说话
·
2018-10-21 09:01
Python第三方库下载地址
Websitehttps://www.lfd.uci.edu/~gohlke/
pythonlibs
/
CooperMin
·
2018-10-20 01:11
Python3
win7 /10 下 python anaconda 安装 kivy,pygame, dlib, pytorch
windows环境下各种库的网站地址:https://www.lfd.uci.edu/~gohlke/
pythonlibs
/anaconda在https://www.anaconda.com/download
墨氲
·
2018-10-13 16:16
python
基础
python
anaconda
TVTK库的安装
一、网址:https://www.lfd.uci.edu/~gohlke/
pythonlibs
/往下面找到VTK-8.1.1-cp37-cp37m-win_amd64.whlmayavi-4.6.2+vtk81
msklearn
·
2018-10-13 15:12
Python
Windows环境下安装scikit-learn、is not a supported wheel错误解决、module 'pip' has no attribute 'pep425tags'错误解决
1,首先安装Numpy+MKL下载地址:http://www.lfd.uci.edu/~gohlke/
pythonlibs
/#numpy安装命令:pipinstallnumpy-1.12.0+mkl-cp35
Ethiopia1024
·
2018-10-12 17:06
python
Windows环境下安装scikit-learn、is not a supported wheel错误解决、module 'pip' has no attribute 'pep425tags'错误解决
1,首先安装Numpy+MKL下载地址:http://www.lfd.uci.edu/~gohlke/
pythonlibs
/#numpy安装命令:pipinstallnumpy-1.12.0+mkl-cp35
Ethiopia1024
·
2018-10-12 17:06
python
pythoncom和pyHook安装
**2.pyHook下载链接:https://www.lfd.uci.edu/~gohlke/
pythonlibs
/#pyhook**选择对应的Python版本下载,**保存到指定目录,在指定目录下运行命令
ggggubd
·
2018-10-11 10:50
Python
Python操作Hive的两种方法总结
方法一:使用PyHive库安装依赖包:其中sasl安装可能会报错,可以去https://www.lfd.uci.edu/~gohlke/
pythonlibs
/#sasl下载对应版本安装。
甜瓜黍叔
·
2018-10-09 21:17
Linux
Python操作Hive的两种方法总结
方法一:使用PyHive库安装依赖包:其中sasl安装可能会报错,可以去https://www.lfd.uci.edu/~gohlke/
pythonlibs
/#sasl下载对应版本安装。
甜瓜黍叔
·
2018-10-09 21:17
Linux
在没有网的windows环境下安装Python模块
python模块下载地址,几乎所有的模块都有:https://www.lfd.uci.edu/~gohlke/
pythonlibs
/在上面的网页中搜索,会发现很多版本后缀为.whl的模块,1、将.whl
fourierr
·
2018-09-29 17:49
统计学习方法
NumPy和Pandas总结
一、常用链接:1.Python官网:https://www.python.org/2.各种库的whl离线安装包:http://www.lfd.uci.edu/~gohlke/
pythonlibs
/#scikit-learn3
Leo062701
·
2018-09-24 22:43
python
安装MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform.
在https://www.lfd.uci.edu/~gohlke/
pythonlibs
/#mysql-pythonctrl+F来查询mysql,我们下载这个MySQL_python‑1.2.5‑cp27
张超帅
·
2018-09-20 21:20
python
在python中安装basemap的教程
cp36m‑win_amd64.whl(2)basemap‑1.1.0‑cp36‑cp36m‑win_amd64.whl注,这两个文件均可在https://www.lfd.uci.edu/~gohlke/
pythonlibs
ThisYanOK
·
2018-09-20 16:35
python3.x安装cvxopt的坑
1、首先给出cvxopt的windows安装文件:https://www.lfd.uci.edu/~gohlke/
pythonlibs
/#cvxopt2、如果你用的不是anaconda自带的python
ZesenChen
·
2018-09-20 15:14
安装包问题
pytorch安装-Windows(pip install失败)
环境windows10python64位(只有3.53.63.7三个版本会支持)步骤点击下面的链接,进行下载pytorch的版本https://www.lfd.uci.edu/~gohlke/
pythonlibs
肥宅_Sean
·
2018-09-18 09:27
Python
pytorch
windows
install
Python
技术知识库
python爬虫之scrapy
pipinstallScrapy报错采用pip安装,安装时可能会出现安装错误MicrosoftVisualC++14.0isrequired,解决方案http://www.lfd.uci.edu/~gohlke/
pythonlibs
慢慢慢时光
·
2018-09-16 09:33
爬虫
Windows下Python3包rpy2安装方式
1.下载包https://www.lfd.uci.edu/%7Egohlke/
pythonlibs
/2.安装包installrpy2.whl3.添加环境变量R_USER:当前用户名(如Administrator
Williamongh
·
2018-09-10 22:47
python3 安装pyhanlp方法
步骤:①在python非官方库网站上下载库jpyre1的whl文件,文件链接https://www.lfd.uci.edu/~gohlke/
pythonlibs
/#jpyp
panday
·
2018-09-06 23:00
from torch._C import * ImportError: DLL load failed 动态链接库(DLL)初始化例程失败
_Cimport*ImportError:DLLloadfailed动态链接库(DLL)初始化例程失败解决方法然后从https://www.lfd.uci.edu/~gohlke/
pythonlibs
/
ShellCollector
·
2018-09-06 16:26
Python扩展库的安装
扩展库的安装,Python扩展库的安装方法有好几种,今天我给大家详细介绍一种:首先给大家推荐一个扩展库的网站,上面有几乎你要用到的所有库:https://www.lfd.uci.edu/~gohlke/
pythonlibs
等等登登-Ande
·
2018-09-05 22:55
Python
Python学习
Pycharm下安装scrapy
、先建立一个文件夹(test_Scrapy),用Pycharm打开,(用pycharm打开这个文件夹)第一步先安装wheel2、然后进入https://www.lfd.uci.edu/~gohlke/
pythonlibs
CaiJin1217
·
2018-09-05 10:27
Python爬虫
【小白】openCV_python入门杂记(1)__openCV安装
41185868/article/details/79675875下面是最终的安装方法(从文章中复制粘贴的,侵权删)T1使用whl文件法:先去官网https://www.lfd.uci.edu/~gohlke/
pythonlibs
C小C
·
2018-09-02 22:58
Python实现将数据写入netCDF4中的方法示例
用户可以去https://www.lfd.uci.edu/~gohlke/
pythonlibs
/搜索netCDF4,下载相应平台的whl文件,使用pip安装即可。
飘的心
·
2018-08-30 12:43
Python 3学习笔记(8):PyOpenGL之旋转茶壶
OpenGL全解析(3)https://blog.csdn.net/thystar/article/details/45438269安装1、在网址http://www.lfd.uci.edu/~gohlke/
pythonlibs
dalong10
·
2018-08-29 17:22
Python
python操作excel文档
我的环境是win764位+pyCharm+pip+python3.6需要下载2个包:xlwt和xlrd地址:https://www.lfd.uci.edu/~gohlke/
pythonlibs
/#xlwthttps
阳宝宝与露宝宝
·
2018-08-29 16:31
python学习笔记
上一页
19
20
21
22
23
24
25
26
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他