Skip to content

ModuleNotFoundError: No module named 'summertime' #117

@fabioperez

Description

@fabioperez

Hello! I'm trying to install summertime, but I cannot import it after installation.

How to reproduce

Run on colab:

%pip install pyrouge@git+https://github.com/bheinzerling/pyrouge.git
%pip install en_core_web_sm@https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0-py3-none-any.whl
%pip install summertime
from summertime import model
> ModuleNotFoundError: No module named 'summertime'

Edit: even after updating pip, the problem is still there.

The package is correctly installed:

%pip freeze | grep summertime
> summertime==1.2.1

I've also tried to install on Python 3.9, and the problem persists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions