windowsにてomitemptyをpipインストールしようとすると、以下のようなエラーが出ており、
素人質問で恐縮なのですが、質問させていただきます。
C:\Users\XXX\PycharmProjects\pyfxtrading>pip3 install omitempty Collecting omitempty Using cached omitempty-0.1.1.tar.gz (2.7 kB) ERROR: Command errored out with exit status 1: command: 'C:\Users\XXX\untitled\Scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\XXX\AppData\Local\Temp\pip-install-v4u4p6rr\omitempty\setup.py'"'"'; __file__='"'"'C:\Users\XXX \AppData\Local\Temp\pip-install-v4u4p6rr\omitempty\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' eg g_info --egg-base 'C:\Users\cubo1\AppData\Local\Temp\pip-pip-egg-info-9xa7lsyw' cwd: C:\Users\XXX\AppData\Local\Temp\pip-install-v4u4p6rr\omitempty\ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\XXX\AppData\Local\Temp\pip-install-v4u4p6rr\omitempty\setup.py", line 23, in <module> license=open('LICENSE', 'r').read(), UnicodeDecodeError: 'cp932' codec can't decode byte 0x93 in position 20: illegal multibyte sequence ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
調べたところWindows がデフォルトで cp932になっていることに起因するようであったため、
・Windows の環境変数で PYTHONUTF8 を 1と設定する
・ターミナル上でchcp 65001を指定
上記を試してみましたが、解決しませんでした。
初歩的な質問で大変恐縮なのですが、解決方法はありますでしょうか。
実行はpycharmのターミナルから、python3.6.3でpipは最新に更新済です。
不足情報等ありましたら申し訳ありません。なにとぞよろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/19 14:46
2020/06/19 14:55
2020/06/19 15:23
2020/06/19 15:37
2020/06/20 12:16