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

TypeError: unsupported operand type(s) for |: 'type' and 'EnumMeta' #7

Open
BioSehnsucht opened this issue Nov 11, 2023 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@BioSehnsucht
Copy link

Trying to use this rather than using subprocess calls to mount/umount, but I am running into an error as soon as I import it.

Python 3.9.2 (default, Feb 28 2021, 17:03:44) 
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import mount
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/tmm/storage-manager/venv/lib/python3.9/site-packages/mount/__init__.py", line 1, in <module>
    from .core import mount, umount  # noqa
  File "/opt/tmm/storage-manager/venv/lib/python3.9/site-packages/mount/core.py", line 25, in <module>
    flags: int | MountFlag = 0,
TypeError: unsupported operand type(s) for |: 'type' and 'EnumMeta'

This is on a Raspberry Pi 4B, running 64-bit Raspbian, if it matters. Not sure why it's throwing the error since the package is listed for Python 3.9 through 3.11 ... ?

@BioSehnsucht
Copy link
Author

As a note, I upgraded this Pi to Bookworm Raspbian and now it is using Python 3.11.2 and I am able to import mount without error. So I am guessing perhaps the 3.9.x should perhaps not be listed as supported?

@TitaniumHocker TitaniumHocker self-assigned this Nov 13, 2023
@TitaniumHocker TitaniumHocker added the bug Something isn't working label Nov 13, 2023
@TitaniumHocker
Copy link
Owner

TitaniumHocker commented Nov 13, 2023

Yes, 3.9 doesn't support such operations. I'll remove 3.9 from supported versions.
Thx for the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants