I'm trying to follow "Quick Start" instructions from the readme file.
At the 2nd step I get this error:
Traceback (most recent call last):
File "/home/user/projects/ruview/start.py", line 1, in <module>
from wifi_densepose import WiFiDensePose
ModuleNotFoundError: No module named 'wifi_densepose'
I did "pip install wifi-densepose" prior to running the script, but module just seems to be missing.
I'm trying to follow "Quick Start" instructions from the readme file.
At the 2nd step I get this error:
I did "pip install wifi-densepose" prior to running the script, but module just seems to be missing.