I'm currently running into the same issue when trying to add gstreamer to pyinstaller spec!
On Tuesday, November 21, 2023 at 9:04:40 AM UTC-5 Jacob Mugala wrote: > Hello, > > I don't know why I keep getting this error: > .... > 4649 WARNING: stderr: plugin_deps = > bindepend.selectImports(plugin_filepath) > plugin_deps = bindepend.selectImports(plugin_filepath) > 4649 WARNING: stderr: AttributeError: module > 'PyInstaller.depend.bindepend' has no attribute 'selectImports' > AttributeError: module 'PyInstaller.depend.bindepend' has no attribute > 'selectImports' > > Any solution please? > > Thanks! > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/52eae66a-2630-4827-a62d-e63d2929c8den%40googlegroups.com.
