当前位置:网站首页>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
边栏推荐
- File permissions of day02 operation
- The differences and reasons between MySQL with and without quotation marks when querying string types
- tensorboard使用
- Nailing alarm script
- nacos外置数据库的配置与使用
- [competition website] collect machine learning / deep learning competition website (continuously updated)
- 【bug】XLRDError: Excel xlsx file; not supported
- The third week of postgraduate freshman training: resnet+resnext
- [semantic segmentation] full attention network for semantic segmentation
- 【Transformer】AdaViT: Adaptive Vision Transformers for Efficient Image Recognition
猜你喜欢

Reporting Services- Web Service

研究生新生培训第二周:卷积神经网络基础
![[network design] convnext:a convnet for the 2020s](/img/c5/fe3771aaa1c4168402bea232190a35.png)
[network design] convnext:a convnet for the 2020s

These process knowledge you must know

ROS常用指令

【Transformer】SOFT: Softmax-free Transformer with Linear Complexity

主流实时流处理计算框架Flink初体验。

迁移学习——Transfer Joint Matching for Unsupervised Domain Adaptation

nacos外置数据库的配置与使用

mysql 的show profiles 使用。
随机推荐
研究生新生培训第一周:深度学习和pytorch基础
Ffmpeg creation GIF expression pack tutorial is coming! Say thank you, brother black fly?
MySql统计函数COUNT详解
Operation commands in anaconda, such as removing old environment, adding new environment, viewing environment, installing library, cleaning cache, etc
微信小程序源码获取(附工具的下载)
mysql 的show profiles 使用。
Isaccessible() method: use reflection techniques to improve your performance several times
PyTorch的数据读取机制
【DL】关于tensor(张量)的介绍和理解
第一周任务 深度学习和pytorch基础
备份谷歌或其他浏览器插件
【图像分类】如何使用 mmclassification 训练自己的分类模型
【go】defer的使用
Configuration and use of Nacos external database
mysql插入百万数据(使用函数和存储过程)
【DL】搭建卷积神经网络用于回归预测(数据+代码详细教程)
迁移学习——Robust Visual Domain Adaptation with Low-Rank Reconstruction
【综述】图像分类网络
【Transformer】TransMix: Attend to Mix for Vision Transformers
mysql在查询字符串类型的时候带单引号和不带的区别和原因