-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
DepreciationWarning: 'input_splitter' is deprecated since IPython 7.0 prefer 'input_transformer_manager' #642
Comments
The message is pretty clear:
Yep, it would be particular to have ipykernel msg's when importing the |
Hmm, Your right. Sorry my fault. |
Something that certainly comes from wxPython itself, or ipython, or both. According to spyder-ide/spyder#8103, you should try to downgrade to ipython6. @Durksz Can you please report any success/failure so that we can safely close this issue. |
I've downgraded PythonOCC to 0.18.1 and the error still occurs, definately not an PythonOCC problem. Have not found the specific package (and its version) yet that causes the problem. |
After upgrading all the packages using "conda update --all" (causing PythonOCC to downgrade to 0.17.3, so I followed by the command "conda install PythonOCC-Core==0.18.2") the problem does not occur anymore. |
ok @Durksz I suggest you close this issue |
Closed #642 |
I updated conda yesterday and with Spyder 3.3.6 this issue still occurs. It's quite serious since the iPython console is rendered useless. |
In my case, calling To reproduce the following example, each input must be copy/pasted into the console and executed one at a time:
My setup: |
I installed Pythonocc 0.18.2 on my windows 7 64bit machine.
When i try to run the following code:
from OCC.wxDisplay import wxViewer3D
I get the following warning:
C:\ProgramData\Miniconda3\lib\site-packages\ipykernel\ipkernel.py:448: DeprecationWarning:
input_splitter
is deprecated since IPython 7.0, preferinput_transformer_manager
.status, indent_spaces = self.shell.input_splitter.check_complete(code)
The text was updated successfully, but these errors were encountered: