0

screenshot traceback of importing pandas in terminal Screenshot of pop up when trying to execute script using terminal, "Python has stopped working" ScreenShot of pop up window saying Python has stopped working While import pandas or numpy, python crash and displays "python has stopped working", currently running python 3.11.3 version of pandas is 2.0.1 and numpy is 1.24.3 and windows version is 8.1 32 bit

reinstalling pandas multiple times, upgraded pip to latest version, reinstalled python restarted pc, path is currently set, can import any other libraries it works perfectly fine but cannot import two library pandas and numpy

JayOdedra
  • 1
  • 1
  • Is this the only traceback? I will be difficult to reproduce/investigate with so little. – mozway May 10 '23 at 12:00
  • I tried to upgrade pandas but it says it's already satisfied and the pop up window doesn't show any information is there a way to find traceback of that? – JayOdedra May 10 '23 at 12:02
  • What I mean is, during the crash, is "python has stopped working" the full error message? – mozway May 10 '23 at 12:04
  • i have attached image, after it tries to solve problem it says "a problem caused the program to stop working corrrectly. Windows will close the program and notify you is a solution is available" – JayOdedra May 10 '23 at 12:12
  • Difficult to debug with only that… sorry… I hope you'll find the issue – mozway May 10 '23 at 12:19
  • Get rid of "click to invoke" and invoke your script from terminal ("cmd" or "powershell", not sure regarding exact steps for windows, see [this question](https://stackoverflow.com/questions/19676403/running-python-in-powershell)) to get some debugging info. Update the question with the traceback you receive. – STerliakov May 10 '23 at 12:23
  • Also post your basic hardware info - pandas and numpy are much closer to native hardware than usual python packages, and this may be important (ideally like linux `lscpu` output for CPU, search for how to obtain something similar on windows). – STerliakov May 10 '23 at 12:26
  • [https://i.stack.imgur.com/nOfRu.png] I added traceback image which i could find @SUTerliakov – JayOdedra May 10 '23 at 12:56
  • That's much better, now please post it as text - the image is unreadable. – STerliakov May 10 '23 at 13:49

0 Answers0