Open boazdori opened 2 years ago
Hi @boazdori,
Can you please use the conda forge channel instead of spyder-ide channel?
conda create -n test-env -c conda-forge
conda activate test-env
conda install spyder spyder-terminal -c conda-forge
And that should work, sadly defaults channel is not updated with the latests releases. Let me know how it goes!
Hi,
Don't want to hijack OP's thread, but I was also looking for a solution, and I'm happy to report that I followed your steps @steff456 and it worked properly. I was able to get a Terminal in Spyder 5.2.2 and run a script from it. Thank you!
P.S. - On initial launch, the text inside the terminal might wrap in a weird way. Solution: Close the "Terminal 1" tab or resize the panel borders.
Great! I'm glad you all have a working Terminal in Spyder 5.2.x. I'm going to leave this issue open just for people to get the fix in case they are looking for it!
Hi! I have tried both, conda forge channel as well as spyder-ide channel and none of them seem to work for me. I am not getting any errors during the installation. But, after installation and restarting Spyder, I cannot access Views > Panes to start the and test the terminal. Clicking Panes button does not open it's extended menu.
Version details:
Description of your problem
I tried to user: conda install spyder-terminal -c spyder-ide and got the following output.
What steps will reproduce the problem? (base) PS C:\Users\User> conda install spyder-terminal -c spyder-ide Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: \ Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. failed
Versions and main components