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










0















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!










share|improve this question






















  • see here

    – pansila
    Mar 22 at 4:55















0















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!










share|improve this question






















  • see here

    – pansila
    Mar 22 at 4:55













0












0








0








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!










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 21 at 18:01









EdamameEdamame

4,9542384170




4,9542384170












  • see here

    – pansila
    Mar 22 at 4:55

















  • see here

    – pansila
    Mar 22 at 4:55
















see here

– pansila
Mar 22 at 4:55





see here

– pansila
Mar 22 at 4:55












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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript