OpenStack from repo Ubuntu 20.04 LTS
Not sure if this is the correct place to post this. I installed the OpenStack clients via $ pip2 install python-openstackclient on a new Ubuntu 20.04 LTS system. $ python2 --version Python 2.7.18rc1 (strange the default repos would use a release candidate version) after installing the openstack clients using pip2 and attempting to run the OpenStack command line client "openstack" I received an "ImportError: No module named queue" Following https://github.com/bit4woo/teemo/issues/1 I had to change "import queue" to "from multiprocessing import Queue" in multiple places. e.g. http://codesearch.openstack.org/?q=import%20queue&i=nope&files=&repos= which got me past the error. HTH, -e.
W dniu 26.06.2020 o 14:35, emre brookes pisze:
Not sure if this is the correct place to post this.
I installed the OpenStack clients via $ pip2 install python-openstackclient on a new Ubuntu 20.04 LTS system.
$ python2 --version Python 2.7.18rc1
There is no Python below 3.6 version. And this is perfect answer to your problem.
On 2020-06-26 07:35:24 -0500 (-0500), emre brookes wrote:
Not sure if this is the correct place to post this. [...]
This is the mailing list for discussing use, operation and future development of collaboration services managed by the OpenDev community. It is not a list about OpenStack. You'll probably have more luck asking OpenStack usage questions on the openstack-discuss@lists.openstack.org mailing list instead: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss -- Jeremy Stanley
participants (3)
-
emre brookes
-
Jeremy Stanley
-
Marcin Juszkiewicz