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

Package breaks with python 3.1.3 #20

Open
curtiscook opened this issue Jun 6, 2023 · 0 comments
Open

Package breaks with python 3.1.3 #20

curtiscook opened this issue Jun 6, 2023 · 0 comments

Comments

@curtiscook
Copy link

Might need to update aioxmpp for the new anyio version?



/usr/local/lib/python3.11/site-packages/aiofcm/__init__.py:1: in <module>
--
  | from aiofcm.client import FCM
  | /usr/local/lib/python3.11/site-packages/aiofcm/client.py:4: in <module>
  | from aiofcm.connection import FCMConnectionPool
  | /usr/local/lib/python3.11/site-packages/aiofcm/connection.py:7: in <module>
  | import aioxmpp
  | /usr/local/lib/python3.11/site-packages/aioxmpp/__init__.py:101: in <module>
  | from .errors import (  # NOQA
  | /usr/local/lib/python3.11/site-packages/aioxmpp/errors.py:109: in <module>
  | class ErrorCondition(structs.CompatibilityMixin, xso.XSOEnumMixin, enum.Enum):
  | /usr/local/lib/python3.11/enum.py:557: in __new__
  | raise exc
  | /usr/local/lib/python3.11/enum.py:266: in __set_name__
  | raise new_exc
  | E   TypeError: _value_ not set in __new__, unable to create it


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