Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Numpy install failed on importing docker's python requirements #2

Open
clequinio5 opened this issue Jan 4, 2019 · 0 comments
Open

Comments

@clequinio5
Copy link

clequinio5 commented Jan 4, 2019

RUN pip3 install -r /src/requirements.txt

leads to:

Running setup.py clean for numpy
Failed building wheel for numpy
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-cgq4khra/numpy/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" clean --all:
Running from numpy source directory.

setup.py clean is not supported, use one of the following instead:

- `git clean -xdf` (cleans all files)
- `git clean -Xdf` (cleans all versioned files, doesn't touch
                    files that aren't checked into the git repo)

Add --force to your command to use it anyway if you must (unsupported).

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

No branches or pull requests

1 participant