Closed GodloveD closed 4 years ago
Hi there! I built the image today and it worked well. Maybe you can try again pulling the image?
@dr-xenia you may have been building from cached layers, I get a similar error building with docker 19.03.8 on Xenial host machine (PRETTY_NAME="Ubuntu 16.04.6 LTS"
):
Step 6/47 : RUN pip3 install nibabel pandas
---> Running in 4b8674140932
Downloading/unpacking nibabel
Downloading/unpacking pandas
Running setup.py (path:/tmp/pip_build_root/pandas/setup.py) egg_info for package pandas
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/pandas/setup.py", line 42
f"numpy >= {min_numpy_ver}",
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/pandas/setup.py", line 42
f"numpy >= {min_numpy_ver}",
^
SyntaxError: invalid syntax
Looks like a build on DockerHub with the current Dockerfile is failing with the following error: