Posted October 18, 201212 yr Hi! If i would install Forge, i become this error: C:\Users\akempf\Desktop\Forge-Modding\forge>python install.py C:\Users\akempf\Desktop\Forge-Modding\forge\forge.py:26: Warning: 'with' will become a reserved keyword in Python 2.6 Traceback (most recent call last): File "install.py", line 12, in <module> from forge import apply_forge_patches File "C:\Users\akempf\Desktop\Forge-Modding\forge\forge.py", line 26 with open(hook_file, 'r') as fh: ^ SyntaxError: invalid syntax C:\Users\censored\Forge-Modding\forge>python install.py C:\Users\censored\Forge-Modding\forge\forge.py:26: Warning: 'with' will become a reserved keyword in Python 2.6 Traceback (most recent call last): File "install.py", line 12, in <module> from forge import apply_forge_patches File "C:\Users\censored\Forge-Modding\forge\forge.py", line 26 with open(hook_file, 'r') as fh: ^ SyntaxError: invalid syntax[/ccode] Why ?
October 18, 201212 yr Looks like your system has a really old/screwed up install of python. So, cleanup your python install, or just install it and the install script will use the python bundled with mcp. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.