PyInstaller\loader\pyimod02_importers.py:450: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
Traceback (most recent call last):
File "texe.py", line 1, in <module>
import pandas as pd
File "PyInstaller\loader\pyimod02_importers.py", line 450, in exec_module
File "pandas\__init__.py", line 31, in <module>
ImportError: Unable to import required dependencies:
numpy: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
[PYI-13664:ERROR] Failed to execute script 'texe' due to unhandled exception!
打包运行提示这个 请问是什么原因