Skip to content
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

Spyder Terminal Error #324

Closed
sh99-git opened this issue May 13, 2022 · 7 comments
Closed

Spyder Terminal Error #324

sh99-git opened this issue May 13, 2022 · 7 comments

Comments

@sh99-git
Copy link

Description of your problem

What steps will reproduce the problem?

  1. start spyder

What is the expected output? What do you see instead?
I expect terminal to run in spyder. Instead I see error saying
image

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:

    • No QCoreApplication instance found. Application patches not applied. You have to call load_stylesheet function after instantiation of QApplication to take effect.
    • �[32m2022-05-13 13:43:37�[0m �[35mINPUNWLX0125�[0m �[34m__main__[11540]�[0m �[1;30mINFO�[0m Server is now at: 127.0.0.1:8073
    • �[32m2022-05-13 13:43:37�[0m �[35mINPUNWLX0125�[0m �[34m__main__[11540]�[0m �[1;30mINFO�[0m Shell: C:\windows\system32\cmd.exe
  • Contents of C:\Users\297739\spyder_terminal_out.log:

    • blank file

Versions and main components

  • Terminal Version: 1.2.2
  • Spyder Version: 5.3.0
  • Python Version: 3.9.12
  • Operating system: Windows 10 Enterprise
@steff456
Copy link
Member

Hi @sh99-git,

How did you installed Spyder and Spyder-terminal?

@sh99-git
Copy link
Author

Through anaconda prompt with pip install spyder spyder-terminal

@steff456
Copy link
Member

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?

@sh99-git
Copy link
Author

I use conda to manage packages. I have tried installing spyder in test environments as you have suggested. But issue still persists.

@steff456
Copy link
Member

Did you try it on a clean environment using the conda-forge channel?

@sh99-git
Copy link
Author

Yes. I had tried with clean environment.

@dalthviz
Copy link
Member

Closing as superseded by #336

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants