-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels