欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

pycharm安装 suds模块报错:AttributeError: module 'pip' has no attribute 'main'

程序员文章站 2022-07-10 22:26:57
需求:安装suds模块 遇到的问题: 一、报错信息:【file】【Default Settint】 Project Interpreter 点击 搜索suds安装模块报错 解决:依据上图提示找到C:\Program Files\JetBrains\PyCharm 2017.2.3\helpers\p ......

解决:

没有模块叫 client 的。需要先安装 client ,然后再安装 suds 。

pip install client

pip install suds