question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Having problems installing spyder-terminal in a conda environment

See original GitHub issue

I’ve tried unsuccessfully to install spyder-terminal in a conda environment

What steps will reproduce the problem?

  1. To isolate changes I create a brand new environment
  $  conda create -n spyder
  $  conda activate spyder
  1. Then I install Spyder
 (spyder) $  conda install -c conda-forge spyder
 (spyder) $  conda install -c conda-forge python-language-server
  1. And try to install the plugin
 (spyder) $  conda install spyder-terminal -c spyder-ide

What is the expected output? What do you see instead?

Expected output: Successful installation

I got instead a large list of dependencies conflicts

Please provide any additional information below

Versions and main components

  • Terminal Version: bash 4.4.20(1)-release
  • Spyder Version: 4.1.3
  • Python Version: 3.8.3 | packaged by conda-forge
  • Operating system: Linux Mint 19.3 Tricia (also Manjaro)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lwbaqueroscommented, Sep 28, 2020

Yep, it works great! Thanks for this awesome plugin!!

0reactions
steff456commented, Sep 28, 2020

Thanks @lwbaqueros! I’m glad that you like this plugin 😃

As your error was fixed I’m going to close this issue. Thanks for reporting!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't install spyder-terminal via conda install #309 - GitHub
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...
Read more >
Frequently Asked Questions — Spyder 5 documentation
Q: How do I run Spyder installed in a conda environment using the command line? ... Then, type spyder to launch the version...
Read more >
Terminal command: conda install spyder (ERROR ...
Just create a new environment, install first the module(s) that had the issue. Then install the remaining modules that should match the correct ......
Read more >
Troubleshooting — Anaconda documentation
In your terminal window, download the file with the command curl -O FILENAME . Note ... Anaconda 5.0.1 sometimes does not install completely...
Read more >
conda install spyder solving environment failed - You.com | The ...
And with a ranting hat on: This is the third time in the space of about 18 months that a conda update has...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found