Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Is this also assuming Linux? #2

@mgifford

Description

@mgifford

I am getting this error on my Mac:

% docker build -t crest .
[+] Building 201.8s (7/11)
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 37B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/python:3.8 1.5s
=> [1/7] FROM docker.io/library/python:3.8@sha256:c7706b8d1b1e540b9dd 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 3.93kB 0.0s
=> CACHED [2/7] COPY ./requirements.txt . 0.0s
=> ERROR [3/7] RUN pip install -r requirements.txt 200.0s

[3/7] RUN pip install -r requirements.txt:
#6 3.380 Collecting selenium>=3.141.0
#6 3.478 Downloading selenium-3.141.0-py2.py3-none-any.whl (904 kB)
#6 3.794 Collecting requests>=2.24.0
#6 3.810 Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
#6 3.911 Collecting urllib3>=1.25.9
#6 3.926 Downloading urllib3-1.26.5-py2.py3-none-any.whl (138 kB)
#6 3.997 Collecting webdriver_manager
#6 4.014 Downloading webdriver_manager-3.4.2-py2.py3-none-any.whl (16 kB)
#6 4.517 Collecting pillow
#6 4.540 Downloading Pillow-8.2.0-cp38-cp38-manylinux1_x86_64.whl (3.0 MB)
#6 5.228 Collecting pytesseract>=0.3.6
#6 5.244 Downloading pytesseract-0.3.7.tar.gz (13 kB)
#6 5.833 Collecting bs4>=0.0.1
#6 5.848 Downloading bs4-0.0.1.tar.gz (1.1 kB)
#6 6.101 Collecting nltk>=3.5
#6 6.120 Downloading nltk-3.6.2-py3-none-any.whl (1.5 MB)
#6 6.446 Collecting transformers>=4.5.0
#6 6.463 Downloading transformers-4.6.1-py3-none-any.whl (2.2 MB)
#6 7.321 Collecting pandas>=1.0.5
#6 7.341 Downloading pandas-1.2.4-cp38-cp38-manylinux1_x86_64.whl (9.7 MB)
#6 9.737 Collecting numpy>=1.19.0
#6 9.755 Downloading numpy-1.20.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.4 MB)
#6 13.24 Collecting lxml>=4.5.2
#6 13.26 Downloading lxml-4.6.3-cp38-cp38-manylinux2014_x86_64.whl (6.8 MB)
#6 14.63 Collecting flask>=1.1.2
#6 14.64 Downloading Flask-2.0.1-py3-none-any.whl (94 kB)
#6 14.75 Collecting torch
#6 14.78 Downloading torch-1.8.1-cp38-cp38-manylinux1_x86_64.whl (804.1 MB)
#6 199.3 Killed


executor failed running [/bin/sh -c pip install -r requirements.txt]: exit code: 137
(crest) mgifford@Mikes-Mac-mini crest %

I can try again in Linux, as torch-1.8.1-cp38-cp38-manylinux1_x86_64.whl seems like it assumed Linux.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions