Closed sh99-git closed 2 years ago
Hi @sh99-git,
How did you installed Spyder and Spyder-terminal?
Through anaconda prompt with pip install spyder spyder-terminal
Do you use conda or anything conda like to manage environments? If so, can you please try to install Spyder and Spyder-terminal in a new and clean environment like,
conda create -n test python=3.9 -c conda-forge
conda activate test
conda install -c conda-forge spyder spyder-terminal
Also, in the environment you installed with pip, did you install another thing with conda or it was just a pip environment?
I use conda to manage packages. I have tried installing spyder in test environments as you have suggested. But issue still persists.
Did you try it on a clean environment using the conda-forge channel?
Yes. I had tried with clean environment.
Closing as superseded by #336
Description of your problem
What steps will reproduce the problem?
What is the expected output? What do you see instead? I expect terminal to run in spyder. Instead I see error saying
Please provide any additional information below
When I visit http://127.0.0.1:8073 I can access terminal through web. But I cannot see terminal window in ide itself.
Contents of C:\Users\297739\spyder_terminal_err.log:
Contents of C:\Users\297739\spyder_terminal_out.log:
Versions and main components