pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

Unable to import IO

Open silvercondor opened this issue 3 years ago • 0 comments

If you do not know the root cause of the problem / bug, and wish someone to help you, please post according to this template:

🐛 Bugs / Unexpected behaviors

NOTE: Please look at the existing list of Issues tagged with the label 'bug`. Only open a new issue if this bug has not already been reported. If an issue already exists, please comment there instead..

Instructions To Reproduce the Issue:

Error importing IO from the module for reference code in doc

https://pytorch3d.org/docs/io

Please include the following (depending on what the issue is):

  1. Any changes you made (git diff) or code you wrote

NA

  1. The exact command(s) you ran:

from pytorch3d.io import IO

  1. What you observed (including the full logs):
ImportError: cannot import name 'IO' from 'pytorch3d.io' (/mnt/g/Projects/test/venv/lib/python3.8/site-packages/pytorch3d/io/__init__.py)

Please also simplify the steps as much as possible so they do not require additional resources to run, such as a private dataset.

silvercondor avatar Jul 26 '22 16:07 silvercondor