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

pip installing kedro-datasets[option] causes different dependencies to installing kedro[option] #64

Closed
Tracked by #1711
jmholzer opened this issue Oct 27, 2022 · 0 comments · Fixed by #65
Closed
Tracked by #1711
Assignees
Labels
bug Something isn't working

Comments

@jmholzer
Copy link
Contributor

jmholzer commented Oct 27, 2022

Description

Installing kedro-datasets[option] installs a different set of dependencies than kedro[option]. It appears that kedro-datasets[option] is installing the superset of requirements for all datasets.

Context

This is currently blocking kedro-org/kedro#1495

Steps to Reproduce

  1. pip install "kedro[pandas.CSVDataSet]"; pip freeze > requirements-kedro.txt
  2. pip install "kedro-datasets[pandas.CSVDataSet]"; pip freeze > requirements-kedro-datasets.txt
  3. Compare the requirements
@jmholzer jmholzer self-assigned this Oct 27, 2022
@jmholzer jmholzer changed the title pip installing kedro-datasets[...] causes different dependencies to installing kedro[...] pip installing kedro-datasets[option] causes different dependencies to installing kedro[option] Oct 27, 2022
@jmholzer jmholzer added the bug Something isn't working label Oct 27, 2022
@merelcht merelcht moved this to In Progress in Kedro Framework Oct 28, 2022
@merelcht merelcht moved this from In Progress to In Review in Kedro Framework Oct 28, 2022
Repository owner moved this from In Review to Done in Kedro Framework Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
1 participant