I am trying to install Kedro but I am getting this error. I know most of the time this error arises because kedro is not in my PATH. I tried adding the file path to my PATH and still getting the same error. When I run:
pip show kedro
output:
Name: kedro Version: 0.15.5 Summary: Kedro helps you build production-ready data and analytics pipelines Home-page: https://github.com/quantumblacklabs/kedro Author: QuantumBlack Labs Author-email: None License: Apache Software License (Apache 2.0) Location: c:\users\vince\appdata\roaming\python\python36\site-packages Requires: pyarrow, anyconfig, PyYAML, requests, SQLAlchemy, tables, xlrd, cookiecutter, fsspec, pip-tools, toposort, s3fs, pandas, python-json-logger, xlsxwriter, click Required-by:
I get the file location, and that is what I was trying to add to my path. I am assuming I am using the wrong location, but I am not sure which file location to add to my PATH.
What I added to my path: c:\users\vince\appdata\roaming\python\python36\site-packages