LoginSignup
1
0

More than 5 years have passed since last update.

pip install時のエラー対処

Posted at

MacのPython3でpip install python-aimlをしようとしたら"unsupported locale setting"エラーが出たので、その対処方法のメモにゃ。

stackoverflowに答えがあったよー

pip install - locale.Error: unsupported locale setting

その通りに$ export LC_ALL=Cを実行したら直った・・よくわからないけどいつか分かるといいな。
anacondaの中にpython3がインストールされてるからそのせいかと思って、python3を一度アンインストールしようかと思ったけど関係なかったみたい、、

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0