Skip to content

Instantly share code, notes, and snippets.

@toshiyukino
Created December 4, 2016 16:27
Show Gist options
  • Save toshiyukino/3bda782843ca278b11a2c7f6119308a7 to your computer and use it in GitHub Desktop.
Save toshiyukino/3bda782843ca278b11a2c7f6119308a7 to your computer and use it in GitHub Desktop.

#msys2上でsupersetをインストール 基本的に

$python -m pip install superset

でうまくって書いてるけどうまくいかん・・・。 わかったものでも

  • libsasl
  • libffi はpacmanで個別にライブラリが必要。

あと、pandaspipでインストールするときnumpyのコンパイルがうまくいかない。

xlocal.h: No such file or directory

になるので、

$ ln -s /usr/include/locale.h /usr/include/xlocale.h

をやることでエラーを回避できる。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment