前提・実現したいこと
ここに質問の内容を詳しく書いてください。
japanize_matplotlib というモジュールをコマンドプロンプトでインストールしたのですが、実際に使ってみるとnot module named "japanize_matplotlib" と表示されるため、
Pythonのjapanese というモジュールをインストールしようとしましたが、下記のエラーによってできませんでした。
エラーコードを調べてもわかりませんでした。
Pythonの勉強を始めてからこのエラーは初めて見るのでどう対処したらよいか分かりません。
この程度で、って思われる方も多いとは思いますが無学な私に知識をお貸し頂けないでしょうか?
発生している問題・エラーメッセージ
Collecting japanese Using cached japanese-0.2.1.tar.gz (5.0 kB) Collecting certifi==2018.4.16 Using cached certifi-2018.4.16-py2.py3-none-any.whl (150 kB) Requirement already satisfied: chardet==3.0.4 in c:\users\〇〇\appdata\local\programs\python\python38-32\lib\site-packages (from japanese) (3.0.4) Collecting gTTS==1.2.2 Using cached gTTS-1.2.2.tar.gz (9.3 kB) Collecting gTTS-token==1.1.1 Using cached gTTS-token-1.1.1.zip (5.4 kB) Collecting idna==2.6 Using cached idna-2.6-py2.py3-none-any.whl (56 kB) Collecting Janome==0.3.6 Using cached Janome-0.3.6.tar.gz (20.0 MB) Collecting mutagen==1.40.0 Using cached mutagen-1.40.0.tar.gz (917 kB) Collecting pygame==1.9.3 Using cached pygame-1.9.3.tar.gz (3.0 MB) ERROR: Command errored out with exit status 1: command: 'c:\users\〇〇\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\〇〇\AppData\Local\Temp\pip-install-afl6awp0\pygame\setup.py'"'"'; __file__='"'"'C:\Users\〇〇\AppData\Local\Temp\pip-install-afl6awp0\pygame\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\〇〇\AppData\Local\Temp\pip-pip-egg-info-empoc3ad' cwd: C:\Users\〇〇\AppData\Local\Temp\pip-install-afl6awp0\pygame\ Complete output (34 lines): WARNING, No "Setup" File Exists, Running "config.py" Using WINDOWS configuration... Path for SDL not found. Too bad that is a requirement! Hand-fix the "Setup" Path for FONT not found. Path for IMAGE not found. Path for MIXER not found. Path for PNG not found. Path for JPEG not found. Path for PORTMIDI not found. Path for COPYLIB_tiff not found. Path for COPYLIB_z not found. Path for COPYLIB_vorbis not found. Path for COPYLIB_ogg not found. If you get compiler errors during install, doublecheck the compiler flags in the "Setup" file. Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\〇〇\AppData\Local\Temp\pip-install-afl6awp0\pygame\setup.py", line 165, in <module> extensions = read_setup_file('Setup') File "c:\users\〇〇\appdata\local\programs\python\python38-32\lib\distutils\extension.py", line 171, in read_setup_file line = expand_makefile_vars(line, vars) File "c:\users\〇〇\appdata\local\programs\python\python38-32\lib\distutils\sysconfig.py", line 424, in expand_makefile_vars s = s[0:beg] + vars.get(m.group(1)) + s[end:] TypeError: can only concatenate str (not "NoneType") to str Continuing With "setup.py" Error with the "Setup" file, perhaps make a clean copy from "Setup.in". ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
該当のソースコード
Python
1pip install japanese
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー