对写完的一个python进行打包时,显示一下内容
C:\Users\86187>pyinstaller -F D:\软件\pycharm\pythect4\stusystem.py
The 'pathlib' package is an obsolete backport of a standard library package and is incompatible with PyInstaller. Please remove this package (located in C:\Users\86187\anaconda3\Lib\site-packages) using
conda remove
then try again.
请问各位python学者怎么解决