Closed piyushnags closed 2 months ago
Oh, I seem to have found the cause. This error only occurs if I have a module called datasets
in my current working directory. Thanks for sharing your work, this is really cool!
Edit: I will update the Issue title. Also, probably a bad idea on my part to choose datasets as a module name when there's a lib called datasets
Ah thanks for your kind words and glad you found the cause!
System Info:
Package Version(s): 1.1 and 1.2
Issue: Import error possibly due to friction between pyarrow and image reward package? (not sure)
Description: I've tried installing t2v-metrics through pip and building from source, but I still get the same error:
Trigger: When running
import t2v_metrics
When building from source, I don't get the Future warnings but the import error persists. I've tried looking through the source code and image reward issues but couldn't figure anything out. Perhaps I'm missing something really obvious (torch version, etc.), any help is very much appreciated.