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

aenum>=3.1.13 fails to import on PyPy3 #32

Open
joouha opened this issue Jul 6, 2023 · 0 comments
Open

aenum>=3.1.13 fails to import on PyPy3 #32

joouha opened this issue Jul 6, 2023 · 0 comments

Comments

@joouha
Copy link

joouha commented Jul 6, 2023

Hi,

I'm getting this NoneType releated error when using recent aenum releases with PyPy:

$ pypy3 -m pip install -qqq aenum==3.1.12 && pypy3 -c 'import aenum'

$ pypy3 -m pip install -qqq aenum==3.1.13 && pypy3 -c 'import aenum'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/josiah/.local/lib/pypy3.9/site-packages/aenum/__init__.py", line 7, in <module>
    from ._common import *
AttributeError: module 'aenum._common' has no attribute 'NoneType'

$ pypy3 -V
Python 3.9.16 (feeb267ead3e6771d3f2f49b83e1894839f64fb7, Feb 21 2023, 19:39:22)
[PyPy 7.3.11 with GCC 12.2.1 20230201]

It only occurs in PyPy, CPython is fine.

joouha added a commit to joouha/euporie that referenced this issue Jul 6, 2023
This is due to the following bug with PyPy:
ethanfurman/aenum#32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant