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

Fix support for Python 3.8 #175

Closed
fkromer opened this issue May 25, 2020 · 3 comments
Closed

Fix support for Python 3.8 #175

fkromer opened this issue May 25, 2020 · 3 comments

Comments

@fkromer
Copy link

fkromer commented May 25, 2020

Description

Installing kedro-viz under Python 3.8 is not possible.

Context

Python 3.8 support of kedro has been added recently. kedro-viz does not support Python 3.8 yet: python_requires=">=3.6, <3.8",

Steps to Reproduce

  1. Install Python 3.8
  2. Install kedro
  3. Try to install kedro-viz

Expected Result

Successful installation of kedro-viz.

Actual Result

Installation aborts.

$ kedro --version
kedro, version 0.16.1
$ pip3 install --user kedro-viz
ERROR: Could not find a version that satisfies the requirement kedro-viz (from versions: none)
ERROR: No matching distribution found for kedro-viz

Your Environment

Include as many relevant details as possible about the environment you experienced the bug in:

  • Operating system and version: Ubuntu 20.04
  • Kedro version used (if relevant): 0.16.1
  • Python version used (if relevant): 3.8.2
@richardwestenra
Copy link
Contributor

Thanks for raising this @fkromer! This will be resolved in #173 :)

We are hoping to merge this PR today, and to release the new version of Kedro-Viz with 3.8 support, ideally within the next 24 hours or so. Watch this space ;)

@921kiyo
Copy link
Contributor

921kiyo commented May 26, 2020

Hi @fkromer I've just merged #173, so I'm closing this issue and the new Kedro-Viz release is on the way :)

@921kiyo 921kiyo closed this as completed May 26, 2020
@fkromer
Copy link
Author

fkromer commented May 26, 2020

@richardwestenra @921kiyo Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants