[yt-svn] commit/yt: chummels: Merged in Yurlungur/yt (pull request #2124)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Apr 13 09:39:06 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/346c6d008512/
Changeset:   346c6d008512
Branch:      yt
User:        chummels
Date:        2016-04-13 16:38:59+00:00
Summary:     Merged in Yurlungur/yt (pull request #2124)

[Closes #1169] Added documentation about setuptools problem
Affected #:  1 file

diff -r 74a90987f18bddc2d00a080aaed6aab7036d77ed -r 346c6d008512f10b1a9243d27238bdc5ed96ded5 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -367,6 +367,27 @@
   <http://stackoverflow.com/questions/4495120/combine-user-with-prefix-error-with-setup-py-install>`_
   if you are curious why ``--prefix=`` is neccessary on some systems.
 
+.. note::
+
+   yt requires version 18.0 or higher of ``setuptools``. If you see
+   error messages about this package, you may need to update it. For
+   example, with pip via
+
+   .. code-block:: bash
+
+      pip install --upgrade setuptools
+
+   or your preferred method. If you have ``distribute`` installed, you
+   may also see error messages for it if it's out of date. You can
+   update with pip via
+
+   .. code-block:: bash
+
+      pip install --upgrade distribute
+
+   or via your preferred method.
+   
+
 This will install yt into a folder in your home directory
 (``$HOME/.local/lib64/python2.7/site-packages`` on Linux,
 ``$HOME/Library/Python/2.7/lib/python/site-packages/`` on OSX) Please refer to

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-svn-spacepope.org/attachments/20160413/80e24293/attachment.htm>


More information about the yt-svn mailing list