phar icon indicating copy to clipboard operation
phar copied to clipboard

Installation problem

Open larkinxp opened this issue 1 year ago • 1 comments

I checked the other installation issues and this appears to be different. I installed the phar package dependencies locally and tried to run the demo, but I get this error:

Traceback (most recent call last):
  File "/home/user/projects/test/scripts/phar/src/demo/multimodial_demo.py", line 20, in <module>
    from demo.demo_skeleton import frame_extraction
ModuleNotFoundError: No module named 'demo.demo_skeleton'

I am not an expert with python but it appears that I cannot install the source code as a module without a setup.py file.

larkinxp avatar Feb 01 '24 03:02 larkinxp

from src.demo.demo_skeleton import frame_extraction

neomafo88 avatar Feb 01 '24 09:02 neomafo88