ipdb: RuntimeWarning: 'ipdb.__main__' found in sys.modules after import of package 'ipdb' The Next CEO of Stack OverflowPython 3.6 project structure leads to RuntimeWarningWhat sets up sys.path with Python, and when?Jupyter notebook xgboost importPython SSL Certification Problems in TensorflowTweet Feels: Always returns the same Sentiment Score, regardless tagsStarting firefox-selenium macosimport cv2: importError: dlopen… reason: image not foundPython selenium wait for page to load without a conditionfailing at downloading an image with “urllib.request.urlretrieve” in Pythonerror while importing keras ModuleNotFoundError: No module named 'tensorflow.examples'; 'tensorflow' is not a packageImportError: Symbol not found: _PyInt_AsLong when importing from PIL with pillow on OSX
Axiom Schema vs Axiom
Where does this common spurious transmission come from? Is there a quality difference?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
WOW air has ceased operation, can I get my tickets refunded?
Some questions about different axiomatic systems for neighbourhoods
Why the difference in type-inference over the as-pattern in two similar function definitions?
Would a completely good Muggle be able to use a wand?
Is there always a complete, orthogonal set of unitary matrices?
Bartok - Syncopation (1): Meaning of notes in between Grand Staff
Is it professional to write unrelated content in an almost-empty email?
What does "Its cash flow is deeply negative" mean?
Is it possible to replace duplicates of a character with one character using tr
Why do airplanes bank sharply to the right after air-to-air refueling?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
Why don't programming languages automatically manage the synchronous/asynchronous problem?
Why didn't Khan get resurrected in the Genesis Explosion?
Unclear about dynamic binding
RigExpert AA-35 - Interpreting The Information
Is it okay to majorly distort historical facts while writing a fiction story?
How did people program for Consoles with multiple CPUs?
Why did CATV standarize in 75 ohms and everyone else in 50?
Can I use the load factor to estimate the lift?
Legal workarounds for testamentary trust perceived as unfair
0 rank tensor vs 1D vector
ipdb: RuntimeWarning: 'ipdb.__main__' found in sys.modules after import of package 'ipdb'
The Next CEO of Stack OverflowPython 3.6 project structure leads to RuntimeWarningWhat sets up sys.path with Python, and when?Jupyter notebook xgboost importPython SSL Certification Problems in TensorflowTweet Feels: Always returns the same Sentiment Score, regardless tagsStarting firefox-selenium macosimport cv2: importError: dlopen… reason: image not foundPython selenium wait for page to load without a conditionfailing at downloading an image with “urllib.request.urlretrieve” in Pythonerror while importing keras ModuleNotFoundError: No module named 'tensorflow.examples'; 'tensorflow' is not a packageImportError: Symbol not found: _PyInt_AsLong when importing from PIL with pillow on OSX
I am using ipdb to debug my python like below:
python -m ipdb my_test.py -d my_input_config -o my_output
and got the following errors:
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py:125: RuntimeWarning: 'ipdb.__main__' found in sys.modules after import of package 'ipdb', but prior to execution of 'ipdb.__main__'; this may result in unpredictable behaviour
warn(RuntimeWarning(msg))
What does this mean and how do I fix this? Thank you!
python ipdb
add a comment |
I am using ipdb to debug my python like below:
python -m ipdb my_test.py -d my_input_config -o my_output
and got the following errors:
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py:125: RuntimeWarning: 'ipdb.__main__' found in sys.modules after import of package 'ipdb', but prior to execution of 'ipdb.__main__'; this may result in unpredictable behaviour
warn(RuntimeWarning(msg))
What does this mean and how do I fix this? Thank you!
python ipdb
see here
– pansila
Mar 22 at 4:55
add a comment |
I am using ipdb to debug my python like below:
python -m ipdb my_test.py -d my_input_config -o my_output
and got the following errors:
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py:125: RuntimeWarning: 'ipdb.__main__' found in sys.modules after import of package 'ipdb', but prior to execution of 'ipdb.__main__'; this may result in unpredictable behaviour
warn(RuntimeWarning(msg))
What does this mean and how do I fix this? Thank you!
python ipdb
I am using ipdb to debug my python like below:
python -m ipdb my_test.py -d my_input_config -o my_output
and got the following errors:
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py:125: RuntimeWarning: 'ipdb.__main__' found in sys.modules after import of package 'ipdb', but prior to execution of 'ipdb.__main__'; this may result in unpredictable behaviour
warn(RuntimeWarning(msg))
What does this mean and how do I fix this? Thank you!
python ipdb
python ipdb
asked Mar 21 at 18:01
EdamameEdamame
4,9542384170
4,9542384170
see here
– pansila
Mar 22 at 4:55
add a comment |
see here
– pansila
Mar 22 at 4:55
see here
– pansila
Mar 22 at 4:55
see here
– pansila
Mar 22 at 4:55
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%2f55286610%2fipdb-runtimewarning-ipdb-main-found-in-sys-modules-after-import-of-packa%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
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%2f55286610%2fipdb-runtimewarning-ipdb-main-found-in-sys-modules-after-import-of-packa%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
see here
– pansila
Mar 22 at 4:55