Pyinstaller skipping pipeline package dependencies for spaCy
I recently wrote a Python script that uses spaCy, which works as intended when run directly from Pycharm. I wanted to create an executable version of this to distribute to the rest of my team for ease of use, which I used pyinstaller for. I used the following spec file to do this: