regulator icon indicating copy to clipboard operation
regulator copied to clipboard

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

Open woshicym opened this issue 2 years ago • 5 comments
trafficstars

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

woshicym avatar Dec 05 '22 03:12 woshicym

same issue. Any solution?

Jimmydexter avatar Jan 14 '23 14:01 Jimmydexter

Try upgrading pip

pip3 install --upgrade pip

it worked for me

leorac avatar Jan 18 '23 20:01 leorac

same issue

amirrezamoradei avatar Feb 21 '23 17:02 amirrezamoradei

Try upgrading pip

pip3 install --upgrade pip

it worked for me

doesn't work for me

quantum2274 avatar Apr 10 '23 08:04 quantum2274

FROM python:3.11.4-bookworm

WORKDIR /regulator

COPY . /regulator

RUN pip3 install -r requirements.txt

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

MMquant avatar Aug 05 '23 12:08 MMquant