Python初心者です。 Pythonの開発環境構築時に pip install コマンドのエラーでつかえたので、 解決策をメモとして残します。 起こったこと テキストファイルにインストールしたいライブラリを列挙し、ローカル環境でpip installをしようとした(下記リンク(1)参照)ところ、wordcloudというライブラリのインストーリング中に以下のエラーが出力された。 C:\Python\Python38 >> pip install -r requirements.txt >> (中略) ERROR: Command errored out with exit status 1: (中略) ERROR: Command errored out with exit status 1: 'c:\python\python38\python.exe' -u -c 'import sy