<div>DId you direct install 'pip install -r pip-requires'?. I tried to install by 'python install_venv.py'. quantum is also installed.</div><div>Anyway, try install after add a '-e' option. -e bzr+<a href="https://launchpad.net/quantum#egg=quantum">https://launchpad.net/quantum#egg=quantum</a>, I wish you success.</div>
<div><br><div><br><br><div class="gmail_quote">2011/9/16 董志斌 <span dir="ltr"><<a href="mailto:atkisc@gmail.com">atkisc@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
thanks,to fix this in a more sane way<br><br>we very need quantum function<br><br><div class="gmail_quote">在 2011年9月16日 下午2:55,Jesse Andrews <span dir="ltr"><<a href="mailto:anotherjesse@gmail.com" target="_blank">anotherjesse@gmail.com</a>></span>写道:<div>
<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you aren't using qauntum you can get dashboard doing something like:<br>
<br>
    export DASH_DIR=path_to_dashboard_checkout<br>
    mkdir -p $DASH_DIR/openstack-dashboard/quantum<br>
    touch $DASH_DIR /openstack-dashboard/quantum/__init__.py<br>
    touch $DASH_DIR /openstack-dashboard/quantum/client.py<br>
<br>
Then update your local_settings.py to disable quantum:<br>
<br>
    QUANTUM_ENABLED = False<br>
<br>
and then just pip install everything but quantum…<br>
<br>
We need to fix this in a more sane way (not requiring quantum unless you enable it)<br>
<div><div></div><div><br>
On Sep 15, 2011, at 11:00 PM, 董志斌 wrote:<br>
<br>
> but execute bzr+<a href="https://launchpad.net/quantum#egg=quantum" target="_blank">https://launchpad.net/quantum#egg=quantum</a> ,error:<br>
><br>
><br>
><br>
>     Downloading/unpacking bzr+<a href="https://launchpad.net/quantum#egg=quantum" target="_blank">https://launchpad.net/quantum#egg=quantum</a> (from -r pip-requires (line 22))<br>
>   Checking out <a href="https://launchpad.net/quantum" target="_blank">https://launchpad.net/quantum</a> to /tmp/pip-e_1gWw-build<br>
> bzr: ERROR: Not a branch: "<a href="https://launchpad.net/quantum/" target="_blank">https://launchpad.net/quantum/</a><br>
> ".<br>
>   Complete output from command /usr/bin/bzr branch -q <a href="https://launchpad.net/quantum" target="_blank">https://launchpad.net/quantum</a> /tmp/pip-e_1gWw-build:<br>
><br>
> ----------------------------------------<br>
> Command /usr/bin/bzr branch -q <a href="https://launchpad.net/quantum" target="_blank">https://launchpad.net/quantum</a> /tmp/pip-e_1gWw-build failed with error code 3<br>
> Storing complete log in /root/.pip/pip.log<br>
><br>
> quantum not git version control ?<br>
><br>
><br>
> 2011/9/16 Jae Sang Lee <<a href="mailto:hyangii@gmail.com" target="_blank">hyangii@gmail.com</a>><br>
> Yes, Just correct a glance repo. this is a my corrected pip-requires. I succeed installation yesterday.<br>
> (and I also corrected python-novaclient repo. git:// -> git+https://)<br>
><br>
> #bzr+<a href="https://launchpad.net/glance#egg=glance" target="_blank">https://launchpad.net/glance#egg=glance</a><br>
> bzr+<a href="https://launchpad.net/quantum#egg=quantum" target="_blank">https://launchpad.net/quantum#egg=quantum</a><br>
> -e git+<a href="https://github.com/openstack/glance.git#egg=glance" target="_blank">https://github.com/openstack/glance.git#egg=glance</a><br>
><br>
> -e git+<a href="https://github.com/jacobian/openstack.compute.git#egg=openstack" target="_blank">https://github.com/jacobian/openstack.compute.git#egg=openstack</a><br>
> -e git+<a href="https://github.com/cloudbuilders/openstackx.git#egg=openstackx" target="_blank">https://github.com/cloudbuilders/openstackx.git#egg=openstackx</a><br>
> -e git+<a href="https://github.com/rackspace/python-novaclient.git#egg=python-novaclient" target="_blank">https://github.com/rackspace/python-novaclient.git#egg=python-novaclient</a><br>
><br>
><br>
> 2011/9/16 董志斌 <<a href="mailto:atkisc@gmail.com" target="_blank">atkisc@gmail.com</a>><br>
> Hi,<br>
><br>
>    but quantum project no git ,<br>
><br>
> 2011/9/16 Jae Sang Lee <<a href="mailto:hyangii@gmail.com" target="_blank">hyangii@gmail.com</a>><br>
> Hi.<br>
><br>
> launchpad glance repo is not running, change address at github.<br>
><br>
> -e git+<a href="https://github.com/openstack/glance.git#egg=glance" target="_blank">https://github.com/openstack/glance.git#egg=glance</a><br>
><br>
> -Jaesang<br>
><br>
> 2011/9/16 董志斌 <<a href="mailto:atkisc@gmail.com" target="_blank">atkisc@gmail.com</a>><br>
> Hi,jay<br>
>    the current pip-requires file content:<br>
><br>
>    nose==1.0.0<br>
> Django==1.3<br>
> django-nose==0.1.2<br>
> django-mailer<br>
> django-registration==0.7<br>
> kombu<br>
> python-cloudfiles<br>
> python-dateutil<br>
> routes<br>
> webob<br>
> sqlalchemy<br>
> paste<br>
> PasteDeploy<br>
> sqlalchemy-migrate<br>
> eventlet<br>
> xattr<br>
> pep8<br>
> pylint<br>
> coverage<br>
><br>
> -e bzr+<a href="https://launchpad.net/glance#egg=glance" target="_blank">https://launchpad.net/glance#egg=glance</a><br>
> -e bzr+<a href="https://launchpad.net/quantum#egg=quantum" target="_blank">https://launchpad.net/quantum#egg=quantum</a><br>
><br>
> -e git+<a href="https://github.com/jacobian/openstack.compute.git#egg=openstack" target="_blank">https://github.com/jacobian/openstack.compute.git#egg=openstack</a><br>
> -e git+<a href="https://github.com/cloudbuilders/openstackx.git#egg=openstackx" target="_blank">https://github.com/cloudbuilders/openstackx.git#egg=openstackx</a><br>
> -e git://<a href="http://github.com/rackspace/python-novaclient.git#egg=python-novaclient" target="_blank">github.com/rackspace/python-novaclient.git#egg=python-novaclient</a><br>
><br>
><br>
> 2011/9/16 Jay Pipes <<a href="mailto:jaypipes@gmail.com" target="_blank">jaypipes@gmail.com</a>><br>
> Hi!<br>
><br>
> Replace this line in tools/pip-requires:<br>
><br>
> bzr+<a href="https://launchpad.net/glance#egg=glance" target="_blank">https://launchpad.net/glance#egg=glance</a><br>
><br>
> With this:<br>
><br>
> glance<br>
><br>
> Cheers!<br>
> -jay<br>
><br>
> 2011/9/15 董志斌 <<a href="mailto:atkisc@gmail.com" target="_blank">atkisc@gmail.com</a>>:<br>
> > Hi<br>
> >      i thouth to git get<br>
> > dashboard(<a href="https://github.com/4P/openstack-dashboard.git" target="_blank">https://github.com/4P/openstack-dashboard.git</a>), when i execution<br>
> > python install_env.py,error:<br>
> ><br>
> ><br>
> >     Downloading/unpacking bzr+<a href="https://launchpad.net/glance#egg=glance" target="_blank">https://launchpad.net/glance#egg=glance</a> (from<br>
> > -r pip-requires (line 21))<br>
> >   Checking out <a href="https://launchpad.net/glance" target="_blank">https://launchpad.net/glance</a> to /tmp/pip-e_1gWw-build<br>
> > bzr: ERROR: Not a branch: "<a href="https://launchpad.net/glance/" target="_blank">https://launchpad.net/glance/</a>".<br>
> >   Complete output from command /usr/bin/bzr branch -q<br>
> > <a href="https://launchpad.net/glance" target="_blank">https://launchpad.net/glance</a> /tmp/pip-e_1gWw-build:<br>
> ><br>
> > ----------------------------------------<br>
> > Command /usr/bin/bzr branch -q <a href="https://launchpad.net/glance" target="_blank">https://launchpad.net/glance</a><br>
> > /tmp/pip-e_1gWw-build failed with error code 3<br>
> > Storing complete log in /root/.pip/pip.log<br>
> ><br>
> ><br>
> ><br>
> > are you help me ? from china<br>
> ><br>
> > _______________________________________________<br>
> > Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
> > Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
> > Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
> > More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
> ><br>
> ><br>
><br>
><br>
> _______________________________________________<br>
> Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
> Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
> More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
> Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
> More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br>
</div></div></blockquote></div></div></div><br>
</blockquote></div><br></div></div>