pypsy icon indicating copy to clipboard operation
pypsy copied to clipboard

ImportError: cannot import name 'Irt'

Open Jason8Kang opened this issue 4 years ago • 1 comments

I do as the demo,but get the error Type "help", "copyright", "credits" or "license" for more information.

from future import print_function, division, unicode_literals from psy import Irt, data Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'Irt'

Jason8Kang avatar Dec 10 '20 02:12 Jason8Kang

Thats because the package is " irt " and not " Irt " . I would recommend to close this issue

d80ep08th avatar Aug 20 '21 05:08 d80ep08th