You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
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 ;)
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
Expected Result
Successful installation of
kedro-viz
.Actual Result
Installation aborts.
Your Environment
Include as many relevant details as possible about the environment you experienced the bug in:
The text was updated successfully, but these errors were encountered: