ImportError: No module named sqlalchemy

前端 未结 14 1473
渐次进展
渐次进展 2020-12-08 03:45

I\'m unable to find a module in python ,though easy_install says its already installed. Any idea how to resolve this isseue?

$ python -c \"from flaskext.sql         


        
14条回答
  •  南笙
    南笙 (楼主)
    2020-12-08 04:29

    I'm new comer, use python 3.8 and met the same problem. I installed with pip instead of pip3 because i thought the pip installer is the same for python2 and python3 so this is proper installation

    pip3 install flask_sqlalchemy

提交回复
热议问题