ここの Substanced インストール手順に従っていますhttp://docs.pylonsproject.org/projects/substanced/en/latest/install.html
ステップ:3 $ bin/python -c "from substanced.file import magic; assert magic is not None, 'python-magic not installed'"
=>python-magic not installed
だから私は実行しますpip install python-magic
=>Requirement already satisfied: python-magic in c:\users\edmunds\appdata\local\programs\python\python36-32\lib\site-packages
ここで混合メッセージが表示される理由はありますか?