Solving environment: failed
pyinstaller -F mian.py
PS D:\Git Demo\pythonProject> pyinstaller -F main.py
The 'typing' package is an obsolete backport of a standard library package and is incompatible with PyInstaller. Please `conda remove typing` then try again.
PS D:\Git Demo\pythonProject> conda remove typing
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are missing from the target environment:
- typing
pip uninstall typing (最好的办法)
conda update -n base conda
conda update --all