Can not run openstack on terminal - Please change all occurrences of “import gobject” to “from gi.repository import GObject”What is the issue with Ubuntu (12.10) and GCC 4.7/4.8?ClassNotFound exception when adding custom filter to OpenStackHow can I change the image memory on OpenStack?changing disk size of a running instance in openstackCan not import modules from gi.repositoryPlease change all occurrences of “import gobject” to “from gi.repository import GObject”504 Gateway Time-out nginx/1.4.6 (Ubuntu) in Node.js and nginxMissing value auth-url required for auth plugin passwordError while creating volume in openstackPermission denied: '/var/log/graphite/info.log'
What is my external HDD doing?
"I am [the / an] owner of a bookstore"?
Is it theoretically possible to hack printer using scanner tray?
Word ending in "-ine" for rat-like
Is it OK to say "The situation is pregnant with a crisis"?
Why should I allow multiple IP addresses on a website for a single session?
A quine of sorts
Two palindromes are not enough
How to track mail undetectably?
How do I debug a dependency package? If I have its source code
Find the closest three-digit hex colour
Any Tips On Writing Extended Recollection In A Novel
Why are symbols not written in words?
Is it possible to alias a column based on the result of a select+where?
Russian equivalents of 能骗就骗 (if you can cheat, then cheat)
What was the first science fiction or fantasy multiple choice book?
Which coach station is easily accessible from Heathrow Airport?
Identifying positions of the last TRUEs in a sequence of TRUEs and FALSEs
How far can gerrymandering go?
How do I tell my girlfriend she's been buying me books by the wrong author for the last nine months?
Basic calculations in PGF/TikZ for loop
Does "boire un jus" tend to mean "coffee" or "juice of fruit"?
Tricolour nonogram
Where to connect the fuse and why?
Can not run openstack on terminal - Please change all occurrences of “import gobject” to “from gi.repository import GObject”
What is the issue with Ubuntu (12.10) and GCC 4.7/4.8?ClassNotFound exception when adding custom filter to OpenStackHow can I change the image memory on OpenStack?changing disk size of a running instance in openstackCan not import modules from gi.repositoryPlease change all occurrences of “import gobject” to “from gi.repository import GObject”504 Gateway Time-out nginx/1.4.6 (Ubuntu) in Node.js and nginxMissing value auth-url required for auth plugin passwordError while creating volume in openstackPermission denied: '/var/log/graphite/info.log'
I successfully installed OpenStack DevStack on Ubuntu 18.04 LTS following the standard procedure at - https://docs.openstack.org/devstack/latest/
However, when typing on the terminal:
sudo openstack
The following exception is raised:
Exception raised: When using gi.repository you must not import static
modules like "gobject". Please change all occurrences of "import
gobject" to "from gi.repository import GObject". See:
https://bugzilla.gnome.org/show_bug.cgi?id=709183
Does anybody know how to get this to work?
I've been trying different tricks and none of them is working. Please do not mark this question as off-topic because it is a programming question since it aims to solve a common experienced problem in order to enable the user to later develop applications in a OpenStack environment.
ubuntu openstack
add a comment |
I successfully installed OpenStack DevStack on Ubuntu 18.04 LTS following the standard procedure at - https://docs.openstack.org/devstack/latest/
However, when typing on the terminal:
sudo openstack
The following exception is raised:
Exception raised: When using gi.repository you must not import static
modules like "gobject". Please change all occurrences of "import
gobject" to "from gi.repository import GObject". See:
https://bugzilla.gnome.org/show_bug.cgi?id=709183
Does anybody know how to get this to work?
I've been trying different tricks and none of them is working. Please do not mark this question as off-topic because it is a programming question since it aims to solve a common experienced problem in order to enable the user to later develop applications in a OpenStack environment.
ubuntu openstack
add a comment |
I successfully installed OpenStack DevStack on Ubuntu 18.04 LTS following the standard procedure at - https://docs.openstack.org/devstack/latest/
However, when typing on the terminal:
sudo openstack
The following exception is raised:
Exception raised: When using gi.repository you must not import static
modules like "gobject". Please change all occurrences of "import
gobject" to "from gi.repository import GObject". See:
https://bugzilla.gnome.org/show_bug.cgi?id=709183
Does anybody know how to get this to work?
I've been trying different tricks and none of them is working. Please do not mark this question as off-topic because it is a programming question since it aims to solve a common experienced problem in order to enable the user to later develop applications in a OpenStack environment.
ubuntu openstack
I successfully installed OpenStack DevStack on Ubuntu 18.04 LTS following the standard procedure at - https://docs.openstack.org/devstack/latest/
However, when typing on the terminal:
sudo openstack
The following exception is raised:
Exception raised: When using gi.repository you must not import static
modules like "gobject". Please change all occurrences of "import
gobject" to "from gi.repository import GObject". See:
https://bugzilla.gnome.org/show_bug.cgi?id=709183
Does anybody know how to get this to work?
I've been trying different tricks and none of them is working. Please do not mark this question as off-topic because it is a programming question since it aims to solve a common experienced problem in order to enable the user to later develop applications in a OpenStack environment.
ubuntu openstack
ubuntu openstack
asked Mar 25 at 16:30
Loss of human identityLoss of human identity
1,4292 gold badges12 silver badges29 bronze badges
1,4292 gold badges12 silver badges29 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55342400%2fcan-not-run-openstack-on-terminal-please-change-all-occurrences-of-import-gob%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55342400%2fcan-not-run-openstack-on-terminal-please-change-all-occurrences-of-import-gob%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown