allenai / tailor

Apache License 2.0
31 stars 4 forks source link

ImportError: cannot import name 'Tailor' from 'tailor' (unknown location) #154

Open ShreyasFadnavis opened 1 year ago

ShreyasFadnavis commented 1 year ago

Hi 👋,

I am trying to replicate the small example in the README -- but I get the following error:

from tailor import Tailor
> ImportError: cannot import name 'Tailor' from 'tailor' (unknown location)

Can you please help me in resolving this?

I am guessing the python_wrapper is not being picked up? Can I access the Tailor class from somewhere else?