facebookresearch/iopath

can not find tmetry,in 0.1.9

zhangzscn opened this issue · 2 comments

when i debug the code event_logger.py, it just goto the line “except ImportError:”

try:
from tmetry.simpleevent import SimpleEventRecord
from tmetry.writer import TmetryWriter

b_tmetry_available = True

except ImportError:
b_tmetry_available = False

tmetry is currently only available for internal use. Not available in open source version. The import exception is handled to avoid any issues. I hope you are not running into any issues.

Closing the issue.