Skip to content

Missing packages: scikit-learn and ijson #39

Closed
@stephengmatthews

Description

@stephengmatthews

Pip doesn't install all required packages. It seems that scikit-learn and ijson are missing.

The steps to demonstrate that scikit-learn is missing:

python -m venv venv
source venv/bin/activate
pip install pandas-streaming
python -c "import pandas_streaming.df"

And, the output:

ModuleNotFoundError: No module named 'sklearn'

The steps to demonstrate that ijson is missing:

pip install scikit-learn
python -c "import pandas_streaming.df"

And, the output:

ModuleNotFoundError: No module named 'ijson'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions