Having problems installing spyder-terminal in a conda environment
See original GitHub issueI’ve tried unsuccessfully to install spyder-terminal in a conda environment
What steps will reproduce the problem?
- To isolate changes I create a brand new environment
$ conda create -n spyder
$ conda activate spyder
- Then I install Spyder
(spyder) $ conda install -c conda-forge spyder
(spyder) $ conda install -c conda-forge python-language-server
- 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:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yep, it works great! Thanks for this awesome plugin!!
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!