当前位置:网站首页>Error in installing pyspider under Windows: Please specify --curl dir=/path/to/build/libcurl solution
Error in installing pyspider under Windows: Please specify --curl dir=/path/to/build/libcurl solution
2022-07-29 06:05:00 【Spicy next door 4】
windowns Lower installation pyspider newspaper "Please specify --curl-dir=/path/to/built/libcurl" The solution to the problem is to go to this website :
http://www.lfd.uci.edu/~gohlke/pythonlibs/, download pycurl, How to find so many library files ? There's a little trick
Use ctrl+f Press the key combination to call up the search box and input directly pycurl Key words are good . Then click to download the corresponding version . My is pyhon3

image.png
choice pycurl-7.43.0-cp36-cp36m-win32.whl, Then execute locally pip3 install h:\pycurl-7.43.0-cp36-cp36m-win32.whl,
I was in h disc , You need to change to the directory where your own files are located .
After successful installation , Install again pyspider pip3 install pyspider, That's all right.
If dual version is installed python, You can use the following code to execute the corresponding python edition :
py -3.7 -m pip install pyspider
边栏推荐
- 第2周学习:卷积神经网络基础
- Use of xtrabackup
- Activity交互问题,你确定都知道?
- 【bug】XLRDError: Excel xlsx file; not supported
- 个人学习网站
- PyTorch基础知识(可入门)
- Operation commands in anaconda, such as removing old environment, adding new environment, viewing environment, installing library, cleaning cache, etc
- [go] use of defer
- Realize the scheduled backup of MySQL database in Linux environment through simple script (mysqldump command backup)
- C # judge whether the user accesses by mobile phone or computer
猜你喜欢

【Transformer】ACMix:On the Integration of Self-Attention and Convolution

Android Studio 实现登录注册-源代码 (连接MySql数据库)

第三周周报 ResNet+ResNext

【数据库】数据库课程设计一一疫苗接种数据库

Lock lock of concurrent programming learning notes and its implementation basic usage of reentrantlock, reentrantreadwritelock and stampedlock

并发编程学习笔记 之 Lock锁及其实现类ReentrantLock、ReentrantReadWriteLock和StampedLock的基本用法

Yum local source production

yum本地源制作

【Attention】Visual Attention Network

GAN:生成对抗网络 Generative Adversarial Networks
随机推荐
GAN:生成对抗网络 Generative Adversarial Networks
Detailed explanation of tool classes countdownlatch and cyclicbarrier of concurrent programming learning notes
【目标检测】Generalized Focal Loss V1
【目标检测】6、SSD
Interesting talk about performance optimization thread pool: is the more threads open, the better?
Detailed explanation of atomic operation classes atomicreference and atomicstampedreference in learning notes of concurrent programming
电脑视频暂停再继续,声音突然变大
Process management of day02 operation
ABSA1: Attentional Encoder Network for Targeted Sentiment Classification
Android studio login registration - source code (connect to MySQL database)
迁移学习——Transfer Joint Matching for Unsupervised Domain Adaptation
Spring, summer, autumn and winter with Miss Zhang (1)
SSM integration
Windos下安装pyspider报错:Please specify --curl-dir=/path/to/built/libcurl解决办法
PyTorch中的模型构建
【Attention】Visual Attention Network
Rsync+inotyfy realize real-time synchronization of single data monitoring
fastText学习——文本分类
【Transformer】AdaViT: Adaptive Tokens for Efficient Vision Transformer
并发编程学习笔记 之 Lock锁及其实现类ReentrantLock、ReentrantReadWriteLock和StampedLock的基本用法