Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'dbus_fast._private.marshaller' #660

Closed
zhuyu4839 opened this issue Nov 6, 2023 · 1 comment · Fixed by #745
Closed

ModuleNotFoundError: No module named 'dbus_fast._private.marshaller' #660

zhuyu4839 opened this issue Nov 6, 2023 · 1 comment · Fixed by #745
Labels
good first issue Good for newcomers

Comments

@zhuyu4839
Copy link

Describe the bug
ModuleNotFoundError: No module named 'dbus_fast._private.marshaller'

  • Which hook/library isn't working?
    dbus_fast(version: 2.11.1)

  • Does the error get raised while building or when running?
    Nothing to raise

To Reproduce

A minimal example file:

from dbus_fast.message import Message

PyInstaller command:

pyinstall test.py

Error:

  File "try_usb.py", line 25, in <module>
  File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module
  File "dbus_fast/__init__.py", line 1, in <module>
  File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module
  File "dbus_fast/introspection.py", line 5, in <module>
  File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module
  File "dbus_fast/errors.py", line 57, in <module>
  File "src/dbus_fast/message.py", line 1, in init dbus_fast.message
ModuleNotFoundError: No module named 'dbus_fast._private.marshaller'
[11115] Failed to execute script 'try_usb' due to unhandled exception!

Desktop (please complete the following information):

  • OS: Manjaro
  • Python Version: python 3.11.5
  • Version of pyinstaller-hooks-contrib: 2023.10
  • Version of PyInstaller: 6.1.0
@zhuyu4839 zhuyu4839 added the state:triage We're still figuring out how severe this issue is label Nov 6, 2023
@burnpanck
Copy link

Also observed with PyInstaller 6.6 on Ubuntu 22.04 LTS.

@bwoodsend bwoodsend added good first issue Good for newcomers and removed state:triage We're still figuring out how severe this issue is labels May 16, 2024
@rokm rokm closed this as completed in #745 May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants