Skip to content

ModuleNotFoundError in google colab #3

@adnan33

Description

@adnan33

Hi there, great work on this project so far. I wanted to try it out in google colab but even after installing the library and verifying it with pip, kept getting the ModuleNotFoundError. I tried to run it using the example code in docs

import ssl_image_classifcation as sslic
print(sslic.__version__)

kept getting the following error after trying multiple times

ModuleNotFoundError                    Traceback (most recent call last)

----> 1 import ssl_image_classifcation as sslic
      2 print(sslic.__version__)

ModuleNotFoundError: No module named 'ssl_image_classifcation'

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