epic-kitchens / epic-kitchens-100-hand-object-bboxes

:raised_hand: :fork_and_knife: A repo for processing the raw hand object detections to produce releasable pickles + library for using these
34 stars 8 forks source link

ModuleNotFoundError: No module named 'epic_kitchens' #14

Closed anjugopinath closed 3 years ago

anjugopinath commented 3 years ago

Hi,

I am getting this error when I run the cell with the imports in the demo jupyter notebook. image

Thank You, Anju

willprice commented 3 years ago

Please follow the instructions in the readme to install the library first.

anjugopinath commented 3 years ago

Thank You for your reply. I did execute "python setup.py install". image

willprice commented 3 years ago

Can you run python -c 'import sys; print(sys.executable); print(sys.version_info)' in your terminal and respond with the response. Can you also run import sys; print(sys.executable); print(sys.version_info) in your jupyter notebook too.

anjugopinath commented 3 years ago

I think it needed only refreshing. I opened a new tab, launched jupyter notebook and I am not getting that error now. Thank You for your quick responses! Appreciate it.