RNet-pytorch icon indicating copy to clipboard operation
RNet-pytorch copied to clipboard

ModuleNotFoundError: No module named 'utils'

Open amitabul opened this issue 7 years ago • 2 comments

Thank you for sharing good code.

I ran python main.py But an error has occurred.

$ python main.py
Traceback (most recent call last):
  File "main.py", line 2, in <module>
    import models
  File "/Users/tyler.ryu/PycharmProjects/RNet-pytorch/models.py", line 5, in <module>
    import utils
ModuleNotFoundError: No module named 'utils'

amitabul avatar May 31 '18 02:05 amitabul

I have the same problem. I hope there can be some update on this!

wise-east avatar Jun 07 '18 10:06 wise-east

Still same problem!

francidellungo avatar Sep 04 '20 09:09 francidellungo