spyder-ide / spyder-terminal

Run system terminals inside Spyder. Works on Linux, macOS and Windows.
MIT License
230 stars 78 forks source link

Spyder Terminal Error #324

Closed sh99-git closed 2 years ago

sh99-git commented 2 years ago

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

Versions and main components

steff456 commented 2 years ago

Hi @sh99-git,

How did you installed Spyder and Spyder-terminal?

sh99-git commented 2 years ago

Through anaconda prompt with pip install spyder spyder-terminal

steff456 commented 2 years ago

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 commented 2 years ago

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

steff456 commented 2 years ago

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

sh99-git commented 2 years ago

Yes. I had tried with clean environment.

dalthviz commented 2 years ago

Closing as superseded by #336