You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
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:Add
--force
to your command to use it anyway if you must (unsupported).The text was updated successfully, but these errors were encountered: