Hi guys, I got to this again today and realized that I had copied a local.conf w/ "OFFLINE=True”. Removing that resolved the issue w/ the run of stack.sh.
Hope that helps! —Tim On Mar 11, 2015, at 12:41 PM, Donald Stufft <[email protected]<mailto:[email protected]>> wrote: Is it using an old version of setuptools? Like <0.6.28. On Mar 11, 2015, at 11:28 AM, Timothy Swanson (tiswanso) <[email protected]<mailto:[email protected]>> wrote: I don’t have any solution just chiming in that I see the same error with devstack pulled from master on a new ubuntu trusty VM created last night. 'pip install —upgrade wheel’ indicates: Requirement already up-to-date: wheel in /usr/local/lib/python2.7/dist-packages Haven’t gotten it cleared up. Thanks, Tim On Mar 2, 2015, at 2:11 AM, Smigiel, Dariusz <[email protected]<mailto:[email protected]>> wrote: From: yuntong [mailto:[email protected]] Sent: Monday, March 2, 2015 7:35 AM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [devstack] pip wheel' requires the 'wheel' package Hello, I got an error when try to ./stack.sh as: 2015-03-02 05:58:20.692 | net.ipv4.ip_local_reserved_ports = 35357,35358 2015-03-02 05:58:20.959 | New python executable in tmp-venv-NoMO/bin/python 2015-03-02 05:58:22.056 | Installing setuptools, pip...done. 2015-03-02 05:58:22.581 | ERROR: 'pip wheel' requires the 'wheel' package. To fix this, run: pip install wheel After pip install wheel, got same error. In [2]: wheel.__path__ Out[2]: ['/usr/local/lib/python2.7/dist-packages/wheel'] In [5]: pip.__path__ Out[5]: ['/usr/local/lib/python2.7/dist-packages/pip'] $ which python /usr/bin/python As above, the wheel can be imported successfully, any hints ? Thanks. Did you try pip install –upgrade wheel ? __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]<mailto:[email protected]>?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]<mailto:[email protected]>?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev --- Donald Stufft PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]<mailto:[email protected]>?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
