Skip to content

removing pyinstaller from requirements.txt #230

@waldirio

Description

@waldirio

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions