Pythonの画像処理ライブラリであるpillowをインストールしようとしたところ以下のような思わぬエラーが出て戸惑ったことがあったので備忘録として残しておきます。 >pip install pil Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement pil (from versions: none) ERROR: No matching distribution f…