I'm getting the same error. I would try to debug it but I don't know enough python to know what exactly is wrong
Edit: I figured it out! Minecraft lacks a mac binary for the text to speech feature they added, which causes MCP to choke. I edited the JSON file to remove that library and MCP ran without issue.
heres the block i removed:
{ "extract": { "exclude": [ "META-INF/" ] }, "name": "com.mojang:text2speech:1.10.3", "natives": { "linux": "natives-linux", "windows": "natives-windows" }, "downloads": { "classifiers": { "natives-linux": { "size": 7833, "sha1": "ab7896aec3b3dd272b06194357f2d98f832c0cfc", "path": "com/mojang/text2speech/1.10.3/text2speech-1.10.3-natives-linux.jar", "url": "https://libraries.minecraft.net/com/mojang/text2speech/1.10.3/text2speech-1.10.3-natives-linux.jar" }, "natives-windows": { "size": 81217, "sha1": "84a4b856389cc4f485275b1f63497a95a857a443", "path": "com/mojang/text2speech/1.10.3/text2speech-1.10.3-natives-windows.jar", "url": "https://libraries.minecraft.net/com/mojang/text2speech/1.10.3/text2speech-1.10.3-natives-windows.jar" } }, "artifact": { "size": 11055, "sha1": "48fd510879dff266c3815947de66e3d4809f8668", "path": "com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar", "url": "https://libraries.minecraft.net/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar" } } },
2
When will it update to a newer version, because that one is only updated up to 1.7?