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 install with conda on python 3.9.5

See original GitHub issue

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 to install scrapy with conda or mamba:

Pinned packages:
  - python 3.9.5

Encountered problems while solving:
  - package scrapy-2.5.0-py38h50d1736_0 requires python >=3.8,<3.9.0a0, but none of the providers can be installed

I have tried: mamba install conda-forge::scrapy, which tries to install scrapy 1.8.0 mamba install conda-forge::scrapy=2.5 mamba install scrapy=2.5

all generate the same error message.

It does not appear to be an issue with dependencies, since none are mentioned in any of the error message.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
ahgrabercommented, Jun 27, 2021

Further, none of the files on the conda repo appear to be labelled for python 3.9.

Could you release a version for python 3.9?

0reactions
Gallaeciocommented, Dec 23, 2021

Indeed, https://github.com/scrapy/scrapy/pull/5113 has been merged. Closing this now to avoid confusion about that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to install python with conda? - Stack Overflow
To create python 3.10 conda environment use the following command conda create -n py310 python=3.10 ... So, it cannot be install yet via...
Read more >
Troubleshooting — Anaconda documentation
Cannot get conda to run after installing; Recovering your Anaconda installation ... If that doesn't work, clear $PYTHONPATH and re-install Anaconda.
Read more >
Managing Python - Conda
Viewing a list of available Python versions . To list the versions of Python that are available to install, in your terminal...
Read more >
How do I resolve the error "UnsatisfiableError" when using ...
When using the Anaconda installation process conda install gurobi to install Gurobi, you may receive an error such as:
Read more >
Installing NumPy
For more detailed instructions, consult our Python and NumPy installation guide below. CONDA. If you use conda , you can install NumPy from...
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