Skip to content

PyInstaller Unable to Open Directory #8361

Answered by bwoodsend
MrAnon89 asked this question in Help
Discussion options

You must be logged in to vote

--add-data=SOURCE:DEST

You need to replace SOURCE and DEST with the source and destination locations of the missing file. How else is PyInstaller supposed to know what file to collect?

That said, it's easier to collect a whole package's data files (i.e. use --collect-data=face_recognition_models).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MrAnon89
Comment options

@bwoodsend
Comment options

@MrAnon89
Comment options

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