Skip to content

pyinstaller does not take packages from virtual environment #9048

Answered by rokm
enricodragoni asked this question in Help
Discussion options

You must be logged in to vote

Is your Tools dist perhaps installed in editable mode? PyInstaller is known not to be able to resolve that...

What is the output of the following snippet

import Tools
print(Tools.__spec__)
print(Tools.__file__)

I.e., what is the "true" location of the Tools?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@enricodragoni
Comment options

@rokm
Comment options

rokm Mar 5, 2025
Maintainer

@enricodragoni
Comment options

@rokm
Comment options

rokm Mar 5, 2025
Maintainer

Answer selected by enricodragoni
@enricodragoni
Comment options

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