i recently made a pyqt5 app for a college project after i finished i tested it and everything worked fine thats until i converted the .py to a .exe using auto-py-to-exe(pyinstaller) i am now getting this error no matter what i do [Failed to execute script "name" due to unhandled exception :module 'numpy' has no attribute '_NoValue'] i searched online and imported numpy to test and there is in fact no such thing as numpy._NoValue, now i am stuck on what to do
this is the popup i get when running the exe