Python基础:如果你的python中缺少了module 怎么办?

简介: 如果你的python中缺少了module 怎么办?

编程制作上一直都不是一帆风顺的,比如今天小编就遇到了一个问题,缺少module,常见的方式,一定是想到第三方模块,使用pip命令进行安装即可,大部分的时候都是可以实现的,但是有些时候,我们需要利用其它方式才可以进行解决,下面就给大家带来解决缺少module的方法办法。

缺少module显示:

import requests
from bs4 import BeautifulSoup
import os

解决方法:

1、利用pip安装缺失的库

2、打开cmd命令,进入安装目录

cd C:\Coding\Python36\Scripts

3、执行命令安装缺失的库

C:\Coding\Python36\Scripts>pip.exe install requests

相关文章
|
3月前
|
Python
python Module使用
【10月更文挑战第14天】 python Module使用
93 35
|
6月前
|
Python
【Python】已解决:AttributeError: module ‘sys’ has no attribute ‘setdefaultencoding’
【Python】已解决:AttributeError: module ‘sys’ has no attribute ‘setdefaultencoding’
310 0
|
3月前
|
Linux Python
【Azure Function】Python Function部署到Azure后报错No module named '_cffi_backend'
ERROR: Error: No module named '_cffi_backend', Cannot find module. Please check the requirements.txt file for the missing module.
|
5月前
|
数据处理 Python
【Python】解决tqdm ‘module‘ object is not callable
在使用tqdm库时遇到的“'module' object is not callable”错误,并给出了正确的导入方式以及一些使用tqdm的常见示例。
149 1
|
5月前
|
关系型数据库 MySQL Linux
【Azure 应用服务】[App Service For Linux(Function) ] Python ModuleNotFoundError: No module named 'MySQLdb'
【Azure 应用服务】[App Service For Linux(Function) ] Python ModuleNotFoundError: No module named 'MySQLdb'
|
6月前
|
Linux 网络安全 开发者
【Python】已解决:WARNING: pip is configured with locations that require TLS/SSL, however the ssl module i
【Python】已解决:WARNING: pip is configured with locations that require TLS/SSL, however the ssl module i
1786 3
|
6月前
|
Python
【Python】已解决ModuleNotFoundError: No module named ‘requests’
【Python】已解决ModuleNotFoundError: No module named ‘requests’
3441 2
|
6月前
|
机器学习/深度学习 IDE TensorFlow
【Python】已解决ModuleNotFoundError: No module named ‘tensorflow‘
【Python】已解决ModuleNotFoundError: No module named ‘tensorflow‘
244 1
|
6月前
|
自然语言处理 开发者 Python
【Python】已解决:ModuleNotFoundError: No module named ‘nltk‘
【Python】已解决:ModuleNotFoundError: No module named ‘nltk‘
318 1
|
6月前
|
自然语言处理 开发者 Python
【Python】已解决:ModuleNotFoundError: No module named ‘nltk’
【Python】已解决:ModuleNotFoundError: No module named ‘nltk’
210 0
【Python】已解决:ModuleNotFoundError: No module named ‘nltk’