<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><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">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>