<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi Guys,</p>
    <p>Where's the best place to report setuptools issues now?</p>
    <p>I see 25.1.2 was release today, and I've just had nightly builds
      of one of my packages fail as follows:</p>
    <p>
      <meta charset="utf-8">
    </p>
    <pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; white-space: pre-wrap;">Installing docs.
Getting distribution for 'sphinx'.
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 2271, in main
    
  File "/opt/python/2.7.9/lib/python2.7/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/opt/python/2.7.9/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/opt/python/2.7.9/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 409, in run
    
  File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 645, in easy_install
    
  File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 694, in install_item
    
  File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 845, in install_eggs
    
  File "build/bdist.linux-x86_64/egg/setuptools/archive_util.py", line 52, in unpack_archive
  File "build/bdist.linux-x86_64/egg/setuptools/archive_util.py", line 147, in unpack_tarfile
  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/posixpath.py", line 80, in join
    path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 8: ordinal not in range(128)
An error occurred when trying to install Sphinx 1.4.5. Look above this message for any errors that were output by easy_install.
While:
  Installing docs.
  Getting distribution for 'sphinx'.
Error: Couldn't install: Sphinx 1.4.5
</pre>
    The full log is here:<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://travis-ci.org/cjw296/nose_fixes/jobs/149012793">https://travis-ci.org/cjw296/nose_fixes/jobs/149012793</a><br>
    <br>
    cheers,<br>
    <br>
    Chris<br>
  </body>
</html>