Pycharm Python Console Not working due to weird start up run
Hello, Thanks for the time / help!
So I have been having weird package errors all day. I have been playing around with uninstalling/reinstalling pycharm with some success, but for every package load failure I am solving another pops up. I have now realized that running the programs in debug or run mode work but importing from the console is not working. I am thinking it has something to do with the new weird startup that is occurring, but I am not entirely sure.
I am getting the error below from "import dash", even though I am running files in debug/console that import dash that aren't reproducing the same error. Thanks for any help!
Please sign in to leave a comment.
Hello,
The console startup looks ok; if you meant the import sys... part, this is standard for starting the console in PyCharm. You can tweak these settings in Preferences | Build, Execution, Deployment | Console | Python Console.
But the import problem looks odd. Could you please tell me what version of Werkzeug you are using? Also, could you please check if downgrading to version 2.0.0 solves the issue?