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 need to use chaquopy(Python SDK for Android) and import pyhrv in my android studio project. But 'import pyhrv' gets 'no module tkinter error'.
The error was also caused at biosppy module.
Chaquopy doesn't support tkinter. but I don't use tkinter.
I think biosppy might be related to tkinter.
I don't want tkinter to be used.
Is there any way to tolerate the situation where tkinter is unavailable?
thanks.
The text was updated successfully, but these errors were encountered:
Hello @ChaeYeon01 !! Thank you for reporting this. I think this error is happening because the inter_plotting submodule, which uses tkinter, is being loaded in the signals.ecg and signals.acc files. To fix this and avoid future issues, we changed it so that biosppy doesn't import this submodule unless it is explicitly called. Can you check if it works for you now?
Hi.
I have a problem :
chaquo/chaquopy#1145
I need to use chaquopy(Python SDK for Android) and import pyhrv in my android studio project. But 'import pyhrv' gets 'no module tkinter error'.
The error was also caused at biosppy module.
Chaquopy doesn't support tkinter. but I don't use tkinter.
I think biosppy might be related to tkinter.
I don't want tkinter to be used.
Is there any way to tolerate the situation where tkinter is unavailable?
thanks.
The text was updated successfully, but these errors were encountered: