Error
from tradingview_ta import TA_Handler, Interval, Exchange
ImportError: cannot import name 'TA_Handler' from partially initialized module 'tradingview_ta' (most likely due to a circular import)
Hello @den2doc,
Sorry for the slow response. I had exams in the last few days.
I can't reproduce this issue. Have you tried upgrading/reinstalling tradingview-ta?
pip install --upgrade --force-reinstall tradingview-ta
You can also try to import everything:
from tradingview_ta import *
Please let me know if this solves the issue.
[image: image.png]
пт, 4 июн. 2021 г. в 08:25, Brian @.***>:
Hello @den2doc https://github.com/den2doc,
Sorry for the slow response. I had exams in the last few days.
I can't reproduce this issue. Have you tried upgrading/reinstalling tradingview-ta?
pip install --upgrade --force-reinstall tradingview-ta
You can also try to import everything:
from tradingview_ta import *
Please let me know if this solves the issue.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/brian-the-dev/python-tradingview-ta/issues/46#issuecomment-854367997, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASPSLFJOZGUCMLEDMOCAXSTTRBPTVANCNFSM455CNPFQ .
I am using your module on pydroid3 (android) and no problems arise. An error occurs on the computer Python 3.8.8
сб, 5 июн. 2021 г. в 16:06, Denis Salichov @.***>:
[image: image.png]
пт, 4 июн. 2021 г. в 08:25, Brian @.***>:
Hello @den2doc https://github.com/den2doc,
Sorry for the slow response. I had exams in the last few days.
I can't reproduce this issue. Have you tried upgrading/reinstalling tradingview-ta?
pip install --upgrade --force-reinstall tradingview-ta
You can also try to import everything:
from tradingview_ta import *
Please let me know if this solves the issue.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/brian-the-dev/python-tradingview-ta/issues/46#issuecomment-854367997, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASPSLFJOZGUCMLEDMOCAXSTTRBPTVANCNFSM455CNPFQ .