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

aiohttp errors in version 4.1.0 #2742

Closed
nov3mb3r opened this issue Apr 5, 2023 · 4 comments
Closed

aiohttp errors in version 4.1.0 #2742

nov3mb3r opened this issue Apr 5, 2023 · 4 comments

Comments

@nov3mb3r
Copy link

nov3mb3r commented Apr 5, 2023

Describe the bug
ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects

To Reproduce
Steps to reproduce the behavior:

  1. Download stable release 4.10
  2. pip3 install -r requirements.txt
  3. python3 server.py --insecure

Expected behavior
Normal installation

Screenshots
image
image

Desktop (please complete the following information):

  • OS: Kali Purple (6.1.0-kali5-amd64) / 6.1.0-kali5-amd64 images #1 SMP PREEMPT_DYNAMIC Debian 6.1.12-1kali2 (2023-02-23) x86_64 GNU/Linux
  • Browser [e.g. firefox]
  • Python: Python 3.11.2
@L015H4CK
Copy link

Have you tried using another Python version? If I remember correctly, I encountered the same error using Python 3.10. Currently I am working with Python 3.9.13 and the installation of aiohttp_apispec as well as CALDERA work fine.

@dkorzhevin
Copy link

It looks, like python 3.11.x not supported yet, 3.10.x should be used.

pip3.10 install -r requirements.txt did the trick.

@ventrova
Copy link

I'm currently on Python 3.11 and have caldera working.

Initialize a python virtual environment in your caldera directory.
cd path/caldera
python3 -m venv venv3
source venv3/bin/activate
This is my currrent Requirements.txt file ->
requirements.txt

or you can just replace these two: 1)aiohttp==3.8.2 and 2) reportlab==3.6.12.

A few other things I did prior to that, which may not be necessary is:
1)pip3 install aiohttp_apispec
2)sudo apt install python3-dev

@github-actions
Copy link

This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 5 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants