KitwareMedical / KitwareMedical/VTKPythonPackage

ERROR: Could not find a version that satisfies the requirement vtk>=9.1.0, No matching distribution found for vtk>=9.1.0 on Docker

Đang mở
#52 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
36
Fork
16
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

I'm installing Trame and VTK on a docker image, but I get the following error:

`------
=> ERROR [5/5] RUN pip install -r /tmp/requirements.txt && rm -rf /tmp && adduser --disabled-password 4.1s
> [5/5] RUN pip install -r /tmp/requirements.txt && rm -rf /tmp && adduser --disabled-password --no-create-home trame-user:
#9 3.557 ERROR: Could not find a version that satisfies the requirement vtk>=9.1.0
#9 3.558 ERROR: No matching distribution found for vtk>=9.1.0
#9 3.905 WARNING: You are using pip version 20.3.1; however, version 23.0.1 is available.
#9 3.905 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.`

the content of my requirements.txt file is:

`trame>=2.0.0
vtk>=9.1.0`

the content of my Dockerfile is:
`
FROM python:3.9.0-alpine3.12
ENV PYTHONUNBUFFERED 1

COPY ./requirements.txt /tmp/requirements.txt
COPY ./app /app
WORKDIR /app
EXPOSE 8000

RUN pip install -r /tmp/requirements.txt && \
rm -rf /tmp && \
adduser \
--disabled-password \
--no-create-home \
trame-user
ENV PATH="/py/bin:$PATH"
USER trame-user
`
I get the same error when trying to install it(requirements) on a python virtual environment

Can anyone help?
Thank you.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

Start with the Dockerfile and requirements.txt shown in the issue, then reproduce the pip install failure in the listed Python 3.9 Alpine environment and a virtual environment. Check whether the requested packages have compatible distributions for that platform; done means the documented installation completes successfully or the incompatibility is clearly documented.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
docker, python
Lĩnh vực
build-system, devops
Loại issue
Lỗi
Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.