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

build from dockerfile also results in error #3

Closed
marcenko opened this issue Apr 15, 2021 · 2 comments
Closed

build from dockerfile also results in error #3

marcenko opened this issue Apr 15, 2021 · 2 comments
Assignees

Comments

@marcenko
Copy link
Contributor

command

docker build -t brainscape .

results in:

Sending build context to Docker daemon  220.2MB
Step 1/6 : FROM python:3.8-alpine
 ---> 8744555ae7bb
Step 2/6 : RUN apk update
 ---> Using cache
 ---> 6e57a4254f4a
Step 3/6 : RUN apk add make automake gcc g++ subversion python3-dev
 ---> Using cache
 ---> 1d26bffbff6d
Step 4/6 : ADD . /brainscapes_client
 ---> fd8a352f7c37
Step 5/6 : WORKDIR /brainscapes_client
 ---> Running in b970d5d565ba
Removing intermediate container b970d5d565ba
 ---> 4d6c90a6a6de
Step 6/6 : RUN pip install -r requirements.txt
 ---> Running in bd29d796eb5f
Collecting requests
  Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB)
Collecting nibabel
  Downloading nibabel-3.2.0-py3-none-any.whl (3.3 MB)
Collecting anytree
  Downloading anytree-2.8.0-py2.py3-none-any.whl (41 kB)
Collecting pandas
  Downloading pandas-1.1.3.tar.gz (5.2 MB)
  Installing build dependencies: started
  Installing build dependencies: still running...
  Installing build dependencies: still running...
  Installing build dependencies: still running...
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: still running...
  Getting requirements to build wheel: finished with status 'done'
    Preparing wheel metadata: started
    Preparing wheel metadata: finished with status 'done'
ERROR: Could not find a version that satisfies the requirement PIL (from -r requirements.txt (line 5)) (from versions: none)
ERROR: No matching distribution found for PIL (from -r requirements.txt (line 5))
The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1
@dickscheid
Copy link
Contributor

@marcenko is this resolved meanwhile?

@marcenko
Copy link
Contributor Author

It's resolved now

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

No branches or pull requests

2 participants