Hi Daniel,<br><br><div>In your miniconda environment, can you do "conda update setuptools".  If that fails, try "conda install setuptools".  For some reason you have an old version of setuptools (from ~2009) in your environment.</div><div><br></div><div>To see where it is, you can do something like this:</div><div><br></div><div>>>> import setuptools</div><div>>>> print setuptools.__file__</div><div><br></div><div>Which should tell you where the setuptools module is installed, and might give you a hint about how it has ended up in your environment.</div><div><br></div><div>-Nathan</div><br><div class="gmail_quote">On Mon Dec 08 2014 at 9:08:49 AM Daniel Fenn <<a href="mailto:dsfenn@gmail.com">dsfenn@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi everyone,<div><br></div><div>I'm trying to get a development version of yt going on a remote machine. I originally installed yt on that machine using Anaconda, and that's been working well. Since the Anaconda installation takes care of all the dependencies, I hoped I would just be able to install the development version and not have to worry about any of that.</div><div><br></div><div>I created a directory called yt in my home directory, then cloned the yt repository:</div><div><br></div><div><font face="Inconsolata" size="3" color="#000000"><span style="line-height:22.4000015258789px">hg clone <a href="https://bitbucket.org/yt_analysis/yt" target="_blank">https://bitbucket.org/yt_analysis/yt</a> .</span></font><br></div><div><font face="Inconsolata" size="3" color="#000000"><span style="line-height:22.4000015258789px"><br></span></font></div><div>Then I ran hg update yt in the same directory, and then </div><div><br></div><div>python setup.py develop</div><div><br></div><div>also in the same directory. That almost immediately returns with the following error:</div><div><br></div><div><div>File "setup.py", line 17, in <module></div><div>    if StrictVersion(setuptools.__version__) < StrictVersion('0.7.0'):</div><div>  File "/<homedir>/miniconda/lib/python2.7/distutils/version.py", line 40, in __init__</div><div>    self.parse(vstring)</div><div>  File "/<homedir>/miniconda/lib/python2.7/distutils/version.py", line 107, in parse</div><div>    raise ValueError, "invalid version number '%s'" % vstring</div><div>ValueError: invalid version number '0.6c11'</div></div><div><br></div><div>I'm not sure what this means. Can anyone shed some light on this for me?</div><div><br></div><div>Thanks,</div><div><br></div><div>Dan</div></div>
______________________________<u></u>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a><br>
</blockquote></div>