computervisioneng / face-attendance-system

MIT License
135 stars 80 forks source link

ImportError: cannot import name 'test' from 'test' #6

Open sachins-eng opened 12 months ago

sachins-eng commented 12 months ago

I am getting following error - ImportError: cannot import name 'test' from 'test'

I am using python v3.11

ComissarLetlev commented 11 months ago

use import test instead of from test import test

Naveen-Vallamsetty commented 7 months ago

make sure test file and your main python file are in same floder / directory

obinopaul commented 6 months ago

use import test instead of from test import test

what is the test file? are we supposed to create it ourselves?

computervisioneng commented 3 months ago

Follow the instructions in the readme file for the spoofing feature.