Pandas TA strategy method goes into infinite loop: Windows Freeze Support Error
See original GitHub issue@twopirllc I was trying to run the below code on a dataframe
df.ta.strategy("Momentum")
print(df)
It goes into infinite loop and consumes all CPU on my windows 10 laptop. Then I need to kill all VSCodium and python exes. Could you please help?
_Originally posted by @rahulmr in https://github.com/twopirllc/pandas-ta/issues/138#issuecomment-751864255_
Issue Analytics
- State:
- Created 3 years ago
- Comments:18 (5 by maintainers)
Top Results From Across the Web
Pandas TA strategy method goes into infinite loop: Windows ...
It is a Python multiprocessing issue and not a Pandas TA Issue. The solution has been presented various places including Issue #176 which...
Read more >Pandas TA strategy method goes into infinite loop: Windows Freeze ...
It goes into infinite loop and consumes all CPU on my windows 10 laptop. Then I need to kill all VSCodium and python...
Read more >RuntimeError on windows trying python multiprocessing
RuntimeError : Attempt to start a new process before the current process has finished its bootstrapping phase. This probably means that you are ......
Read more >Available CRAN Packages By Name
Available CRAN Packages By Name ; ACSWR, A Companion Package for the Book "A Course in Statistics with R" ; act, Aligned Corpus...
Read more >Awesome Games Done Quick 2023 Online All Submissions
Deathmatch gets into the strategic side of the game, with lots of planning, and a wide variety of weapon skills, as you take...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can close this issue if you do not want to investigate further, as I have got the solution which is as below: source code
pwsh.exe console output
Again tried with python 3.9.1 and still getting same issue. Control + C is also not working. Anyways this is not high priority for me. I will concentrate more on the other stuff. Will continue there. Let me know if you are able to reproduce this issue at your end. I can try to uploaded a video if I get time.