79565122

Date: 2025-04-09 18:52:57
Score: 1.5
Natty:
Report link

I found out that the problem is specifically triggered by the import order of tensorflow and pandas. If pandas package is imported after the import of tensorflow, even if pandas is not used in the subsequent code, the execution of next() runs into an infinite loop.

I would like to know if anybody encounters the same problem and can explain why the import order is causing this issue.

Reasons:
  • Blacklisted phrase (1.5): I would like to know
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: J.E.K