Posted July 10, 201312 yr Using minecraft forge 9.10.0.789 and running the install.sh file in terminal I get this error: crocano861-imac-g5-4:~ crocano861$ sh /Users/crocano861/Downloads/forge/install.sh python: can't open file 'install.py': [Errno 2] No such file or directory Then I try running the install.py script and then get another error: crocano861-imac-g5-4:~ crocano861$ python /Users/crocano861/Downloads/forge/install.py Traceback (most recent call last): File "/Users/crocano861/Downloads/forge/install.py", line 76, in <module> decompile=options.decompile, gen_conf=False) File "/Users/crocano861/Downloads/forge/install.py", line 10, in fml_main from fml import download_mcp, setup_mcp, decompile_minecraft, apply_fml_patches, finish_setup_fml ImportError: No module named fml I tried using java 6 and 7 but still get the same error.
July 10, 201312 yr Using minecraft forge 9.10.0.789 and running the install.sh file in terminal I get this error: crocano861-imac-g5-4:~ crocano861$ sh /Users/crocano861/Downloads/forge/install.sh python: can't open file 'install.py': [Errno 2] No such file or directory Then I try running the install.py script and then get another error: crocano861-imac-g5-4:~ crocano861$ python /Users/crocano861/Downloads/forge/install.py Traceback (most recent call last): File "/Users/crocano861/Downloads/forge/install.py", line 76, in <module> decompile=options.decompile, gen_conf=False) File "/Users/crocano861/Downloads/forge/install.py", line 10, in fml_main from fml import download_mcp, setup_mcp, decompile_minecraft, apply_fml_patches, finish_setup_fml ImportError: No module named fml I tried using java 6 and 7 but still get the same error. Are you on Windows (because of the /Users/) or on Linux (or Mac, since on Linux the /Users/... would be invalid)? For Windows just run install.bat or try this cd /Users/crocano861/Downloads/forge/ sh install.sh Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
July 10, 201312 yr Yes, what SanAndreas was trying to point out, is that you need to be within the same working directory so that the install scripts have access to the other scripts included with Forge. 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.