This repository was archived by the owner on Oct 9, 2023. It is now read-only.
import flash
raises ModuleNotFoundError
#714
rajsingh100
started this conversation in
General
Replies: 1 comment 5 replies
-
It seems like Lightning Flash isn't installed properly. Could you try reinstalling it with the following command and see if that works?
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I installed lightning-flash 0.4.0 on my machine using pip install lightning-flash. Please see my environment below
pytorch version 1.8.0
lightning-flash 0.4.0
pytorch lightning version 1.4.4
conda 4.10.3
Python 3.6.13
OS - Windows.
I tried running this example from lightning-flash example https://github.com/PyTorchLightning/lightning-flash/blob/master/flash_examples/image_classification.py on my machine but I am getting this below error :
Even using 'import flash' gives the below error
Tried searching in bug/fixes and on discussion forums but couldn't find any question related to this error.
Any help would be appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions