<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Success! Doing <span style="font-size:16px"> print setuptools.__file__ showed that a system version of setuptools was being imported, rather than the anaconda version. I unloaded the module</span> usg-default-modules, and that fixed that problem. I set it up the first time using the intel compiler, but that didn't work, so I switched to gnu, and now it's working.<br><div><br></div><div>Thanks for your help!</div><div><br></div><div>Dan</div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-08 12:20 GMT-05:00 Nathan Goldbaum <span dir="ltr"><<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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"><div><div class="h5">On Mon Dec 08 2014 at 9:08:49 AM Daniel Fenn <<a href="mailto:dsfenn@gmail.com" target="_blank">dsfenn@gmail.com</a>> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><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></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>
<br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">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/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div><br></div>