gdna icon indicating copy to clipboard operation
gdna copied to clipboard

Error occurs when running preprocess.py

Open biansy000 opened this issue 2 years ago • 4 comments

When I run python preprocess.py --tot 1 --id 0, the following error occurs. I install gdna following README.md.

An exception occurred in telemetry logging.Disabling telemetry to prevent further exceptions.
Traceback (most recent call last):
  File "/home/xxx/anaconda3/envs/gdna/lib/python3.7/site-packages/iopath/common/file_io.py", line 946, in __log_tmetry_keys
    handler.log_event()
  File "/home/xxx/anaconda3/envs/gdna/lib/python3.7/site-packages/iopath/common/event_logger.py", line 97, in log_event
    del self._evt
AttributeError: _evt

biansy000 avatar Aug 01 '22 07:08 biansy000

Hi @biansy000 I also get this error but then the script continues running without problem. Is this also the case for you?

Best Xu

xuchen-ethz avatar Aug 01 '22 14:08 xuchen-ethz

Thanks for your reply @xuchen-ethz . Yes, the script keeps running, and I am wondering whether the error influences the correctness of preprocessing.

biansy000 avatar Aug 01 '22 15:08 biansy000