简体   繁体   English

没有名为 pycurl 的模块

[英]No module named pycurl

I am trying to convert multiple IP 2 DOMAINS using SSH root server.我正在尝试使用 SSH 根服务器转换多个 IP 2 域。 I am using these cmds cd opd +ls + chmod +x * + python url.py 50 but I get the error below when I run this:我正在使用这些 cmds cd opd +ls + chmod +x * + python url.py 50但是当我运行它时出现以下错误:

Traceback (most recent call last):
File "url.py", line 1, in <module>
import pycurl
ImportError: No module named pycurl

What is missing here?这里缺少什么? I am stuck here, please help or advise.我被困在这里,请帮助或建议。

You need to install the pycurl module.您需要安装pycurl模块。 This is typically accomplished with这通常是通过

pip install pycurl

不是在 python shell 中而是在你的虚拟环境中安装:只是你的普通终端

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM