新建conda虚拟环境,用pip导入第三方库,用pyinstaller打包py文件,出现报错
报错
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.
[17248] Failed to execute script 'main' due to unhandled exception!
无法解决,请问这是什么原因