Packaging crawlee with pyinstaller
More of an open question, but has anyone had luck with using pyinstaller to package crawlee into an executable?
Currently getting a FileNotFoundError after packaging the script where crawlee can't find a file in Local\Temp\ [some random list of letters] \apify_fingerprint_datapoints\data\input-network-definition; pyinstaller has some stuff in its FAQ about import errors but this seems very specific?
Currently getting a FileNotFoundError after packaging the script where crawlee can't find a file in Local\Temp\ [some random list of letters] \apify_fingerprint_datapoints\data\input-network-definition; pyinstaller has some stuff in its FAQ about import errors but this seems very specific?
Solution
yep, it ended up being a mix of the two acting weird
running something like
lets you grab the fingerprints before building the actual app itself
running something like
lets you grab the fingerprints before building the actual app itself