2020-06-16から1日間の記事一覧

WSLを使ったPython周りの設定

導入 qiita.com 基本的にこのサイトの通りに進めた。 bashではなくfishを使っているので途中のbashへの追加部分は変更がある。 ~/.config/fish/.config.fishに追加したのは以下。 set PYENV_ROOT $HOME/.pyenv set PATH $PYENV_ROOT/bin $PATH source (pyenv…

pyenv環境でpandasを使うとimportエラーが出る【Ubuntu】

実行環境 Ubuntu (WSL環境) pyenvでインストールしたpython3.7.7 pipenvでインストールしたpandas エラー内容 UserWarning: Could not import the lzma module. Your installed Python is incomplete. Attempting to use lzma compression will result in a …