Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: _evt #20

Closed
pbonazzi opened this issue Jul 20, 2022 · 2 comments
Closed

AttributeError: _evt #20

pbonazzi opened this issue Jul 20, 2022 · 2 comments

Comments

@pbonazzi
Copy link

When running scripts/create_mvr_data_from_mesh.py for the first time, I have also encountered this error

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

It is more like a warning than an error , because the telemetry is disabled after that and the code continues .

Version
Python: 3.8
Pytorch: 1.6
Pytorch3D : 0.6.1

System
System='Linux'
release='4.15.0-188-generic'
version='#199-Ubuntu SMP Wed Jun 15 20:42:56 UTC 2022'
machine='x86_64'

@lxxue
Copy link
Collaborator

lxxue commented Jul 20, 2022

Please check my answer in #19

lxxue added a commit that referenced this issue Jul 21, 2022
)

* fix #19 and #20: specify pytorch3d version and update installation guide
@pbonazzi
Copy link
Author

Fixed with #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants