Djangoにおいてmarkdownを使用したく思いました。
参考サイトを基に、pip install django-mdeditorから初めて見ましたが、最初で躓いてしまいました。
どなたか可能性でもよいので、解決して下さい。
よろしくお願いいたします。
shell
1pip install django-mdeditor
error
1Collecting django-mdeditor 2 Using cached django-mdeditor-0.1.17.tar.gz (2.8 MB) 3 ERROR: Command errored out with exit status 1: 4 command: 'c:\users\t16cs039\appdata\local\programs\python\python37-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\t16cs039\AppData\Local\Temp\pip-install-tag82_zz\django-mdeditor\setup.py'"'"'; __file__='"'"'C:\Users\t16cs039\AppData\Local\Temp\pip-install-tag82_zz\django-mdeditor\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\t16cs039\AppData\Local\Temp\pip-install-tag82_zz\django-mdeditor\pip-egg-info' 5 cwd: C:\Users\t16cs039\AppData\Local\Temp\pip-install-tag82_zz\django-mdeditor\ 6 Complete output (5 lines): 7 Traceback (most recent call last): 8 File "<string>", line 1, in <module> 9 File "C:\Users\t16cs039\AppData\Local\Temp\pip-install-tag82_zz\django-mdeditor\setup.py", line 5, in <module> 10 long_description = readme.read() 11 UnicodeDecodeError: 'cp932' codec can't decode byte 0x87 in position 170: illegal multibyte sequence 12 ---------------------------------------- 13ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。