エラー:(1193,"Unknown system variable'tx_isolation')

1353 ワード

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade sqlalchemy --ignore-installed

このインストール後、WARNING:You are using pip version 19.3.1;however, version 20.0.2 is available. You should consider upgrading via the ‘python -m pip install --upgrade pip’ command. プロンプトに従ってpipを更新するしかありません
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip

再びspyderを開けて正常になりましたやっと