RuntimeError: cryptography is required for sha256_password or caching_sha2_password
importpymysqlprint(pymysql)#打开数据库连接(ip/数据库用户名/登录密码/数据库名)db=pymysql.connect("localhost","root","root","sys")#使用cursor()方法创建一个游标对象cursorcursor=db.cursor()#使用execute()方法执行SQL查询cursor.execute("SELECTVERSI