The script still cannot run after installing the template in PIP

  • I used flask_session_cookie_manager today
  • Error when using
    Insert picture description here
  • pip listCheck to find that the itsdangerousmodule has been installed
  • Solution
  • python3 finds its own corresponding python version
    Insert picture description here
  • Install the module under this version
  • python3.7 -m pip install itsdangerous
    Insert picture description here

Guess you like

Origin blog.csdn.net/CyhDl666/article/details/114892484