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\alpha\anaconda3\lib\site-packages) using conda remove then try again. 我尝试卸载并重新安装 pyinstaller,以及升级 conda,但这些都没有...
> is incompatible with PyInstaller." > > When I checked the pathlib version with “pip install --upgrade pathlib” I > got the message “Requirement already satisfied”. Anaconda and PyInstaller > are also up to date. > > Chat GPT suggested that “the issue you're encountering with PyInsta...
执行打包命令时遇到如下报错, The 'pathlib' package is an obsolete backport of a standard library package and is incompatible with PyInstaller. Please remove this package (located in /Users/eeo/anaconda3/lib/python3.10/site-packages) using conda remove then try again. 是因为conda安装的pathlib与pyin...
这其实是因为anaconda的版本问题。例如:D:\Projects\python\subject1>pyinstaller -w -i icon.ico main.py The 'pathlib' package is an obsolete backport of a standard library package and is incompatible with PyInstaller. Please remove this package (located in D:\Projects\python\anaconda3\Lib\...
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\XXX\anaconda3\Lib\site-packages) using conda remove then try again. I tried with pyinstaller but I have the same problem. I ca...
今天使用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:\Programs\Python\Python311\Lib\site-packages) using