Cannot be installed in an environment with Python 3.9
See original GitHub issuePython cannot be installed on a conda environment with Python 3.9
What steps will reproduce the problem?
- Download Conda (Anaconda/Miniconda)
- Create a python 3.9(.2) environment and activate it
- Run
conda install spyder-terminal -c spyder-ide
What is the expected output? What do you see instead? I expect spyder-terminal to successfully install. I instead see the following error:
Specifications:
- spyder-terminal -> python[version='3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.6,<3.7.0a0|>=3.8,<3.9.0a0|>=3.7,<3.8.0a0']
Your python: python=3.9
If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to.
Versions and main components
- Terminal Version: Conda 4.9.2
- Spyder Version: Spyder 4.2.5
- Python Version: Python 3.9.2
- Operating system: Windows 10
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Cannot install python 3.9 using conda - Stack Overflow
conda create --name demo-env python=3.9 WARNING: A conda environment already exists at '/XXXXXX' Remove existing environment (y/[n])?
Read more >Cannot install with conda on python 3.9.5 · Issue #5195 - GitHub
I have a conda environment with python 3.9.* (I have tried with 3.9.2-5 specifically) and I get the following error when I try...
Read more >4. Using Python on Windows — Python 3.11.1 documentation
The Microsoft Store package is a simple installation of Python that is suitable for running scripts and packages, and using IDLE or other...
Read more >Cannot install python venv on Ubuntu 20.04 after upgrading ...
However, in your system, this default was changed to Python 3.9 as the ... a new virtual environment again after installing the apt...
Read more >Installation — pandas 1.5.2 documentation
One way you could be encountering this error is if you have multiple Python installations on your system and you don't have pandas...
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
Hi @DragonEggBedrockBreaking,
We just released spyder-terminal 1.0.0 available for Python 3.9 in pip and in conda-forge channel. Please take into account that you need to install Spyder 5.0.5 to use it.
Thanks for reporting!
I think it was clean, but I don’t remember. I will test tomorrow (on python 3.9.4) on a new clean environment.