Meta-PU icon indicating copy to clipboard operation
Meta-PU copied to clipboard

ImportError

Open KernelA opened this issue 3 years ago • 1 comments

I got an error when try to install pointnet2 extension and run training.

After pip install -e .:

Traceback (most recent call last):
  File "/content/Meta-PU/model/networks.py", line 17, in <module>
    import utils
ModuleNotFoundError: No module named 'utils'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/content/Meta-PU/model/utils.py", line 21, in <module>
    import _ext as _ext
ModuleNotFoundError: No module named '_ext'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./main_gan.py", line 15, in <module>
    import model.networks as MODEL_GEN
  File "/content/Meta-PU/model/networks.py", line 19, in <module>
    from . import utils
  File "/content/Meta-PU/model/utils.py", line 25, in <module>
    "Could not import _ext module.\n"
ImportError: Could not import _ext module.
Please see the setup instructions in the README: https://github.com/erikwijmans/Pointnet2_PyTorch/blob/master/README.rst

KernelA avatar Jun 03 '21 16:06 KernelA

Hey! Were you able to solve the problem?

adenrteixeira avatar Mar 02 '22 13:03 adenrteixeira