Skip to content

Pyinstaller packaged on python 3.13 shows DeprecationError #8920

Answered by bwoodsend
baseplate-admin asked this question in Help
Discussion options

You must be logged in to vote

That deprecation warning will be issued if your application contains pkg_resources so if you want rid of the warning, then you need to get rid of pkg_resources. It might be that pkg_resources is getting picked up unnecessarily – you can try --exclude-module=pkg_resources and either the warning will go away or you'll discover which part of your dependency tree is using deprecated functionality.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@baseplate-admin
Comment options

@bwoodsend
Comment options

@baseplate-admin
Comment options

@baseplate-admin
Comment options

@rokm
Comment options

rokm Dec 16, 2024
Maintainer

Answer selected by baseplate-admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants