Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No matching distribution for kedro #209

Closed
nraw opened this issue Jan 28, 2020 · 4 comments
Closed

No matching distribution for kedro #209

nraw opened this issue Jan 28, 2020 · 4 comments
Labels
Issue: Bug Report 🐞 Bug that needs to be fixed

Comments

@nraw
Copy link

nraw commented Jan 28, 2020

Description

Can't install Kedro inside of the basic python docker container

Context

How has this bug affected you? What were you trying to accomplish?

Steps to Reproduce

  1. docker run -it --rm --name test python:3.8-buster /bin/bash
  2. pip install kedro

Expected Result

Kedro gets installed

Actual Result

Error is raised and installation stops

ERROR: Could not find a version that satisfies the requirement kedro (from versions: none)
ERROR: No matching distribution found for kedro

Your Environment

It's a python docker container.

  • Kedro version used (pip show kedro or kedro -V): NA
  • Python version used (python -V): Python 3.8.1
  • Operating system and version: Linux 7b328e6ab0cb 4.19.76-linuxkit Release test (#1) #1 SMP Thu Oct 17 19:31:58 UTC 2019 x86_64 GNU/Linux
@nraw nraw added the Issue: Bug Report 🐞 Bug that needs to be fixed label Jan 28, 2020
@nraw
Copy link
Author

nraw commented Jan 28, 2020

python_requires=">=3.5, <3.8"

oh, never mind, sorry

@nraw nraw closed this as completed Jan 28, 2020
@lorenabalan
Copy link
Contributor

Hi @nraw , Kedro isn't currently available on Python 3.8, which is why you can't pip install it in your environment. You can track the progress of our 3.8 support here.

@cpoptic
Copy link

cpoptic commented Apr 12, 2021

Any timeline for when Python 3.9 or 3.10 will be supported for Kedro?

@Harshikerfuffle
Copy link

Harshikerfuffle commented Dec 12, 2021

I am facing the same issue. I brought my python and pip to their respective latest versions [3.9.7 and 21.3.1] and seems that kedro cannot be installed with those yet. Also, I am unable to pip install kedro, I had to do pip3 install kedro. Which version of python is supported @lorenabalan?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Bug Report 🐞 Bug that needs to be fixed
Projects
None yet
Development

No branches or pull requests

4 participants