-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Secure coding warning #14234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is potentially related to the upstream issue: There may or may not be anything concrete to do (or even test) on this repo. |
@bollwyvl You might be right because I remembered that there was some, albeit simple, startup code that runs automatically when I start IPython. However, the line in that code that appears to cause the warning message is also IPython related which is:
When I comment out this line within the startup code, I get no warning messages from IPython initially. When I run it manually from within IPyhton thereafter, the warning message reappears. |
What exactly is this startup command doing? It seems like it might need to be adapted in order to address the warning. |
Using python 3.11.7 and ipython 8.19 on macOS Sonoma 14.2, the warning is still there. The issue with Tk suggested it would be fixed in python 3.11.7. |
Uh oh!
There was an error while loading. Please reload this page.
When I run the ipython command in macOS Terminal, I get the following warning message immediately:
I just press enter and continue using IPython after this message appears. It does not look like the problem I get warned about affects my use of IPython, but I have not been doing anything complicated so far.
Would anyone know how I can make this warning message disappear properly?
I started getting this warning with IPython after I upgraded the macOS on my 2019 MacBook Pro from Ventura 13.6.1 to Sonoma 14.1. I am using Python 3.10.4 and IPython 8.17.2.
The text was updated successfully, but these errors were encountered: