You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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: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.The text was updated successfully, but these errors were encountered: