Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flask_maple 里面有个文件叫 redis.py 这样会导致项目 ImportError: cannot import name StrictRedis #34

Open
yuzhixin opened this issue Jul 9, 2019 · 5 comments

Comments

@yuzhixin
Copy link

yuzhixin commented Jul 9, 2019

No description provided.

@yuzhixin yuzhixin changed the title flask_maple flask_maple 里面有个文件叫 redis.py 这样会导致项目 ImportError: cannot import name StrictRedis Jul 9, 2019
@honmaple
Copy link
Owner

honmaple commented Jul 9, 2019

cannot import name StrictRedis mean redis-py is not installed. use

pip install redis==2.10.6

@yuzhixin
Copy link
Author

redis我肯定已经装啦

@wangzhizhou
Copy link

没有问题我都部署成功了

@wangzhizhou
Copy link

Python用3×

@yuzhixin
Copy link
Author

原来如此,python3 呀。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants