django使用mysql数据库: 首先cmd创建库 1.settings: """Django settings for day42 project. Generated by 'django-admin startproject' using Django 1.11.26. For more information on this file, seehttps://docs.djangoproject.com/en/1.11/topics/settings/ For th
问题描述: 在导入bs4模块时有报错提示 “ Traceback (most recent call last): File "E:/project/code/py-pengfu/py-pf.py", line 6, in <module> from requests.exceptions import RequestExceptionModuleNotFoundError: No module named 'requests' ” 但是明明已经安装了bs4模块 解决方法: