-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named server.heart_rate_imposer #51
Comments
Thanks for the report! Found the issue. In order for the server folder to be visible as a python module, an empty init.py file needs to be created in the server folder. I will add this to master branch now. closed |
Thanks for the quick fix. I've managed to get it running however it seems to get stuck on fps count:
Any ideas? |
Yea I'm using 0.3.0... On Thu, 25 Feb 2016, 22:58 Timotej Kapus [email protected] wrote:
|
@mikeecb @tlfrd - any thoughts? It seems to be that the workers are crashing. Also the normal mode seems to be posting a medical video
|
hey guys, any progress on this? |
Hi, I'm trying to run Palpitate in Docker on Mac however after uploading the video and waiting for some time I'm getting this traceback
Traceback (most recent call last):
File "heart_rate_server.py", line 9, in
from server.heart_rate_imposer import HeartRateImposer
ImportError: No module named server.heart_rate_imposer
I've tried to use your Bill Clinton example and that also gives the same error.
The text was updated successfully, but these errors were encountered: