当前位置:网站首页>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
边栏推荐
- Interesting talk about performance optimization thread pool: is the more threads open, the better?
- 【语义分割】Mapillary 数据集简介
- 【Transformer】ACMix:On the Integration of Self-Attention and Convolution
- tensorboard使用
- torch.nn.Embedding()详解
- Detailed explanation of tool classes countdownlatch and cyclicbarrier of concurrent programming learning notes
- yum本地源制作
- Spring, summer, autumn and winter with Miss Zhang (2)
- 【卷积核设计】Scaling Up Your Kernels to 31x31: Revisiting Large Kernel Design in CNNs
- 【Transformer】SegFormer:Simple and Efficient Design for Semantic Segmentation with Transformers
猜你喜欢
FFmpeg创作GIF表情包教程来了!赶紧说声多谢乌蝇哥?
[convolution kernel design] scaling up your kernels to 31x31: revising large kernel design in CNN
Research on the implementation principle of reentrantlock in concurrent programming learning notes
【目标检测】Generalized Focal Loss V1
【Transformer】SOFT: Softmax-free Transformer with Linear Complexity
【卷积核设计】Scaling Up Your Kernels to 31x31: Revisiting Large Kernel Design in CNNs
MarkDown简明语法手册
[semantic segmentation] overview of semantic segmentation
[target detection] KL loss: bounding box progression with uncertainty for accurate object detection
第2周学习:卷积神经网络基础
随机推荐
fastText学习——文本分类
【TensorRT】将 PyTorch 转化为可部署的 TensorRT
Is flutter being quietly abandoned? On the future of flutter
A preliminary study on fastjason's autotype
【pycharm】pycharm远程连接服务器
Detailed explanation of MySQL statistical function count
nacos外置数据库的配置与使用
五、图像像素统计
主流实时流处理计算框架Flink初体验。
Anr Optimization: cause oom crash and corresponding solutions
[network design] convnext:a convnet for the 2020s
【目标检测】Generalized Focal Loss V1
tensorboard使用
在uni-app项目中,如何实现微信小程序openid的获取
[database] database course design - vaccination database
并发编程学习笔记 之 工具类Semaphore(信号量)
Ribbon learning notes 1
【网络设计】ConvNeXt:A ConvNet for the 2020s
【语义分割】Mapillary 数据集简介
GAN:生成对抗网络 Generative Adversarial Networks