spyder-ide / spyder-terminal

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

Can't install spyder-terminal via conda install #309

Open boazdori opened 2 years ago

boazdori commented 2 years ago

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

steff456 commented 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!

BinaryVectorJr commented 2 years ago

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.

Version Details:

steff456 commented 2 years ago

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!

Priyesh-Sharma commented 2 years ago

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:

image