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.

Cannot be installed in an environment with Python 3.9

See original GitHub issue

Python cannot be installed on a conda environment with Python 3.9

What steps will reproduce the problem?

  1. Download Conda (Anaconda/Miniconda)
  2. Create a python 3.9(.2) environment and activate it
  3. 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:closed
  • Created 2 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
steff456commented, Jul 7, 2021

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!

1reaction
DragonEggBedrockBreakingcommented, Apr 14, 2021

Hi @DragonEggBedrockBreaking,

This error pops out in a new and clean environment or did you installed something before in it?

I think it was clean, but I don’t remember. I will test tomorrow (on python 3.9.4) on a new clean environment.

Read more comments on GitHub >

github_iconTop 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 >

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