Jump to content

[Solved] Trouble installing forge src 9.10.0


MineHippie

Recommended Posts

Trying to install the source for forge and it is giving me no ends of trouble.

 

Running lubuntu OS

 

This is the message in the terminal.

 

 

jonathan@jonathan-Satellite-A105:~$ cd forge

jonathan@jonathan-Satellite-A105:~/forge$ python install.py

================ Forge ModLoader Setup Start ===================

Checking MCP zip (may take time to download)

Extracting MCP to '/home/jonathan/forge/mcp'

Traceback (most recent call last):

  File "install.py", line 76, in <module>

    decompile=options.decompile, gen_conf=False)

  File "install.py", line 12, in fml_main

    download_mcp(fml_dir, mcp_dir)

  File "/home/jonathan/forge/fml/fml.py", line 528, in download_mcp

    extract_zip(mc_info['mcp_file'], mcp_dir, filter=['eclipse']) #, prefix='    ')

  File "/home/jonathan/forge/fml/fml.py", line 341, in extract_zip

    out.write(zip.read(name))

  File "/usr/local/lib/python2.7/zipfile.py", line 869, in read

    return self.open(name, "r", pwd).read()

  File "/usr/local/lib/python2.7/zipfile.py", line 938, in open

    return  ZipExtFile(zef_file, mode, zinfo, zd)

  File "/usr/local/lib/python2.7/zipfile.py", line 487, in __init__

    self._decompressor = zlib.decompressobj(-15)

AttributeError: 'NoneType' object has no attribute 'decompressobj'

jonathan@jonathan-Satellite-A105:~/forge$

 

 

 

 

Any help would be appreciated.

 

 

Edit: Problem solved. Apparently re-downloading and re-installing Python 2.7.5 fixed the issue.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.