gpt4 book ai didi

mysql - 虚拟环境中没有名为 'mysql' 的模块

转载 作者:行者123 更新时间:2023-11-30 22:00:51 24 4
gpt4 key购买 nike

在虚拟环境之外,它工作正常。但是在虚拟环境中,未导入 MySQL Python 连接器。我正在研究 Raspberry Pi。以下显示了我提到的内容。我应该怎么做才能修复它?

============================================= ============================

在虚拟 evn 之外(工作正常。)

pi@raspberrypi:~/webapp3 $ python3 vsearch_web.py  
* Running on http://127.0.0.1:5000/

127.0.0.1 - - [15/Apr/2017 15:29:57] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [15/Apr/2017 15:30:17] "POST /search HTTP/1.1" 200 -

127.0.0.1 - - [15/Apr/2017 15:30:30] "GET /viewlog HTTP/1.1" 200 -

============================================= ==========================

在虚拟环境中(产生错误。)

pi@raspberrypi:~/webapp3 $ source venv/bin/activate

(venv)pi@raspberrypi:~/webapp3 $ python3 vsearch_web.py

Traceback (most recent call last):

File "vsearch_web.py",

line 3,
in <module> from DBcm import UseDatabase File
"/home/pi/webapp3/DBcm.py",

line 1, in <module> import
mysql.connector

ImportError: No module named 'mysql'

最佳答案

该模块尚未安装在虚拟环境中。激活环境并运行:

pip3 install mysqlclient

关于mysql - 虚拟环境中没有名为 'mysql' 的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43423164/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com