python进入虚拟环境 找不到module_在python虚拟环境下pip了flask,上线程序后,提示没有引入flask 怎么办?...

centos服务器错误提示

*** uWSGI is running in multiple interpreter mode ***

spawned uWSGI master process (pid: 2850)

...

*** Stats server enabled on 127.0.0.1:9191 fd: 15 ***

Traceback (most recent call last):

File "/home/LR/flask/hah.py", line 1, in

from flask import Flask

ImportError: No module named flask

uwsgiconfig.ini

[uwsgi]

socket = 127.0.0.1:8001

chdir = /home/LR/flask

venv= /home/LR/flask/venv

wsgi-file = hah.py

callable = app

processes = 4

threads = 2

stats = 127.0.0.1:9191

nginx.conf

events {

worker_connections 1024;

}

http {

include mime.types;

default_type application/octet-stream;

sendfile on;

keepalive_timeout 65;

server {

listen 80;

server_name ~~~~~~~~~;

#charset koi8-r;

access_log /home/LR/flask/logs/access.log;

error_log /home/LR/flask/logs/error.log;

location / {

include uwsgi_params;

uwsgi_pass 127.0.0.1:8001;

uwsgi_param UWSGI_PYHOME /home/LR/flask/venv;

uwsgi_param UWSGI_CHDIR /home/LR/flask;

uwsgi_param UWSGI_SCRIPT hah:app;

}

}

项目路径

/home

--/LR

----/flask

-------uwsgiconfig.ini

-------hah.py

-------/logs

---------access.log

---------error.log

-------/venv

---------...

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值