vil / H4X-Tools

Open source toolkit for scraping, OSINT and more.
https://github.com/vil/H4X-Tools/wiki
GNU General Public License v3.0
340 stars 38 forks source link

Problem running code #17

Closed kikesfunspace closed 9 months ago

kikesfunspace commented 10 months ago

I am currently trying to run the cloned code on my Terminal using Py 3.12.0 and at first it was telling me there was a problem "building the wheel for aiohttp" (I think I had that fixed by installing the aiohttp 3.9 beta) but now it is saying "Failed to execute script 'h4x tools' due to unhandled exception! " What should I do?

vil commented 10 months ago

Yeah, the new Python version broke everything again. There is nothing we can do, other than wait for aiohttp to update.

You may use older version of Python (3.11) to get it working.

https://github.com/aio-libs/aiohttp/issues/7816 https://github.com/aio-libs/aiohttp/issues/7739 https://github.com/aio-libs/multidict/pull/877

vil commented 9 months ago

@aio-libs fixed aiohttp and H4X-Tools now builds in Python 3.12 if you have python-dev on Windows or python-devel on Linux installed.