I am trying to build a pyqt5 project with pyqtdeploy on ubuntu. It fails early on stating Unable to freeze files with the error message
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3.4/site-packages/PyQt5/__init__.py'
In the Locations tab I set the Standart library directory to /usr/lib/python3.4 and if I change that it fails even earlier - but PyQt5 is in /usr/lib/python3/dist-packages/PyQt5 how do I let pyqtdeploy know correct path?