###困ってる事
pycharmでmysqlclientがインストールできないです。
プロジェクト・インタープリンターにてmysqlclientをインストールをしました。
os mac os 10.15.2 python 3.7.3 pip 20.0.2 pycharm 2019.3.4
###対応した事
pipのバージョンを最新にする
brewでmysqlをインストールする
上記で対応してもインストールできないです。
エラー文は以下です。
Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at '/Users/xxxxxxxxx/Desktop/test/venv/bin/python'.
pycharm に venv の環境を認識させる必要があるのでは。
https://qiita.com/masatomix/items/72ec11dc01eeb5282efc
仮想環境は作っています。
どうやらopensslが問題だったようです。
明示的にインストールする事によりインストールできました
回答1件
あなたの回答
tips
プレビュー