cramppet / regulator

Automated learning of regexes for DNS discovery
358 stars 40 forks source link

ERROR: Could not build wheels for dank, which is required to install pyproject.toml-based projects #7

Open woshicym opened 1 year ago

woshicym commented 1 year ago

hi,can't install dank how to insatll ,please image

Jimmydexter commented 1 year ago

same issue. Any solution?

leorac commented 1 year ago

Try upgrading pip

pip3 install --upgrade pip

it worked for me

amirrezamoradei commented 1 year ago

same issue

quantum2274 commented 1 year ago

Try upgrading pip

pip3 install --upgrade pip

it worked for me

doesn't work for me

MMquant commented 1 year ago
FROM python:3.11.4-bookworm

WORKDIR /regulator

COPY . /regulator

RUN pip3 install -r requirements.txt

ENTRYPOINT ["python3", "main.py"]