成报错:功解决The ‘pathlib‘ package is an obsolete backport of a standard library package

在pyinstaller的打包过程中我遇到了,The 'pathlib' package is an obsolete backport of a standard library package and is incompatible with PyInstaller. Please remove this package (located in D:\Anaconda\lib\site-packages) using的问题就是conda里面的打包程序与pyinstaller的打包模块是冲突了的

 

 以上两步就可以解决了

猜你喜欢

转载自blog.csdn.net/m0_69311549/article/details/130145253