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

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

Open
boazdori opened this issue Feb 3, 2022 · 4 comments
Open

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

boazdori opened this issue Feb 3, 2022 · 4 comments
Assignees

Comments

@boazdori
Copy link

boazdori commented Feb 3, 2022

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

  • Spyder Version: 5.1.5
  • Python Version: 3.9.7
  • Operating system: Windows 10
@steff456
Copy link
Member

steff456 commented Feb 7, 2022

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!

@steff456 steff456 self-assigned this Feb 7, 2022
@BinaryVectorJr
Copy link

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:

  • Spyder version : 5.2.2 (Using Anaconda Navigator 2.1.1)
  • Python version: 3.9.7
  • OS: Windows 10 (21H1)

@steff456
Copy link
Member

steff456 commented Mar 3, 2022

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
Copy link

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:

  • Conda - 4.12.0
  • Spyder version : 5.1.5 (Using Anaconda Navigator 2.1.2)
  • Python version: 3.8.12
  • OS: Windows 10

image

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

No branches or pull requests

4 participants