-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Removing pyinstaller from requirements.txt
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
pyinstaller 6.4.0 requires importlib-metadata>=4.6; python_version < "3.10", but you'll have importlib-metadata 4.2.0 which is incompatible.
pyinstaller 6.4.0 requires pyinstaller-hooks-contrib>=2024.0, but you'll have pyinstaller-hooks-contrib 2022.0 which is incompatible.
Once this package is necessary only when generating the binary, we can install it when needed. This will avoid issues when installing via pip or even when trying to install the requirements.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working