Skip to content

skyfield and pyside6 #1108

@heinkurz

Description

@heinkurz

hi!
as i read, skyfield is compatible with pyside6.
but when i compile a project with pyinstaller under windows, i get an error:

"Aborting build process due to attempt to collect multiple Qt bindings packages: attempting to run hook for 'PyQt6', while hook for 'PyQt5' has already been run! PyInstaller does not support multiple Qt bindings packages in a frozen application - either ensure that the build environment has only one Qt bindings package installed, or exclude the extraneous bindings packages via the module exclusion mechanism (--exclude command-line option, or excludes list in the spec file)."

when i remove all lines with "from skyfield... import ..." the compile prozess runs without error.
i get this error with all 7 projects where i use skyfield and i don't have other imports with that problem.
any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions