facebookresearch/iopath

ModuleNotFoundError: No module named 'iopath.tabular'

changewOw opened this issue · 7 comments

!pip install detectron2 -f
https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.7/index.html

i use this code for install detectron2, and i meet this error
ModuleNotFoundError: No module named 'iopath.tabular'

I have the same issue.

Even without using detectron2 simply calling:

import iopath results in

ModuleNotFoundError: No module named 'iopath.tabular'

I saw the commit from one hour ago 7fa2ac0
Is this going to be deployed soon

@changewOw try installing iopath directly from the git repo, it should fix your problems.

@changewOw try installing iopath directly from the git repo, it should fix your problems.

Thanks!! I just fix it by using old version

@changewOw try installing iopath directly from the git repo, it should fix your problems.

It doesn't fix the problem. After pip install -U 'git+https://github.com/facebookresearch/iopath' I still have the error after simply "import iopath"

I think the issue is with the latest version. Installing the previous version worked for me: pip install -U iopath==0.1.4

This should be fixed now. Closing.