python-tradingview-ta icon indicating copy to clipboard operation
python-tradingview-ta copied to clipboard

Error

Open den2doc opened this issue 4 years ago • 3 comments

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)

den2doc avatar Jun 01 '21 17:06 den2doc

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.

folfcoder avatar Jun 04 '21 05:06 folfcoder

[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 .

den2doc avatar Jun 05 '21 13:06 den2doc

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 .

den2doc avatar Jun 05 '21 13:06 den2doc