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

Python 3.12 compability issues #137

Closed
5 of 6 tasks
marat2509 opened this issue Jul 23, 2024 · 1 comment
Closed
5 of 6 tasks

Python 3.12 compability issues #137

marat2509 opened this issue Jul 23, 2024 · 1 comment
Labels
bug Something isn't working as intended

Comments

@marat2509
Copy link

marat2509 commented Jul 23, 2024

  • This bug is related to Hikka userbot itself. It is not related to modules.

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Install Python 3.12+
  2. Clone and start hikka
  3. See error in building wheels for aiohttp (aiohttp has 3.12 support)

Expected behavior
Alternatively, increase the version of aiohttp in requirements.txt

Userbot installation info:

  • Platform:

  • 🕶️ Termux

  • ✌️ lavHost

  • ☁️ Okteto

  • 🐳 Docker

  • 🌺 Other platform

  • Hikka version: 1.63

Additional context
Nothing

@marat2509 marat2509 added the bug Something isn't working as intended label Jul 23, 2024
@hikariatama
Copy link
Owner

It's the issue with aiohttp C extensions. Set the env variable to disable their build and then install requirements.

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

No branches or pull requests

2 participants