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

numpy installation failed in TestEndpoint #33

Open
runningman84 opened this issue Jun 12, 2020 · 0 comments
Open

numpy installation failed in TestEndpoint #33

runningman84 opened this issue Jun 12, 2020 · 0 comments

Comments

@runningman84
Copy link

This error occurs in the TestEndpoint stage:

[Container] 2020/06/12 12:03:09 Running command pip3 install boto3
--
31 | Collecting boto3
32 | Downloading https://files.pythonhosted.org/packages/8f/47/fd52106b41769acac53dfe1923bb363d6e4cc583a3a951c54a85a415593f/boto3-1.14.1-py2.py3-none-any.whl (128kB)
33 | Collecting botocore<1.18.0,>=1.17.1 (from boto3)
34 | Downloading https://files.pythonhosted.org/packages/a5/72/3143262c07466d01a475237d2578e5b81879a2cc6830872fc7c09953ec59/botocore-1.17.1.tar.gz (6.5MB)
35 | Collecting jmespath<1.0.0,>=0.7.1 (from boto3)
36 | Downloading https://files.pythonhosted.org/packages/07/cb/5f001272b6faeb23c1c9e0acc04d48eaaf5c862c17709d20e3469c6e0139/jmespath-0.10.0-py2.py3-none-any.whl
37 | Collecting s3transfer<0.4.0,>=0.3.0 (from boto3)
38 | Downloading https://files.pythonhosted.org/packages/69/79/e6afb3d8b0b4e96cefbdc690f741d7dd24547ff1f94240c997a26fa908d3/s3transfer-0.3.3-py2.py3-none-any.whl (69kB)
39 | Collecting docutils<0.16,>=0.10 (from botocore<1.18.0,>=1.17.1->boto3)
40 | Downloading https://files.pythonhosted.org/packages/22/cd/a6aa959dca619918ccb55023b4cb151949c64d4d5d55b3f4ffd7eee0c6e8/docutils-0.15.2-py3-none-any.whl (547kB)
41 | Collecting python-dateutil<3.0.0,>=2.1 (from botocore<1.18.0,>=1.17.1->boto3)
42 | Downloading https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl (227kB)
43 | Collecting urllib3<1.25.8,>=1.20 (from botocore<1.18.0,>=1.17.1->boto3)
44 | Downloading https://files.pythonhosted.org/packages/b4/40/a9837291310ee1ccc242ceb6ebfd9eb21539649f193a7c8c86ba15b98539/urllib3-1.25.7-py2.py3-none-any.whl (125kB)
45 | Collecting six>=1.5 (from python-dateutil<3.0.0,>=2.1->botocore<1.18.0,>=1.17.1->boto3)
46 | Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
47 | Building wheels for collected packages: botocore
48 | Running setup.py bdist_wheel for botocore
49 | Stored in directory: /root/.cache/pip/wheels/8e/e6/8b/dfb196ecf69fe9e4af7e912923df94cad2e58f31ace096a617
50 | Successfully built botocore
51 | Installing collected packages: jmespath, docutils, six, python-dateutil, urllib3, botocore, s3transfer, boto3
52 | Successfully installed boto3-1.14.1 botocore-1.17.1 docutils-0.15.2 jmespath-0.10.0 python-dateutil-2.8.1 s3transfer-0.3.3 six-1.15.0 urllib3-1.25.7
53 | You are using pip version 7.1.2, however version 20.1.1 is available.
54 | You should consider upgrading via the 'pip install --upgrade pip' command.
55 |  
56 | [Container] 2020/06/12 12:03:16 Running command pip3 install numpy
57 | Collecting numpy
58 | Downloading https://files.pythonhosted.org/packages/01/1b/d3ddcabd5817be02df0e6ee20d64f77ff6d0d97f83b77f65e98c8a651981/numpy-1.18.5.zip (5.4MB)
59 | Complete output from command python setup.py egg_info:
60 | Traceback (most recent call last):
61 | File "<string>", line 20, in <module>
62 | File "/tmp/pip-build-2wct20o0/numpy/setup.py", line 32, in <module>
63 | raise RuntimeError("Python version >= 3.5 required.")
64 | RuntimeError: Python version >= 3.5 required.
65 |  
66 | ----------------------------------------
67 | Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-2wct20o0/numpy
68 | You are using pip version 7.1.2, however version 20.1.1 is available.
69 | You should consider upgrading via the 'pip install --upgrade pip' command.
70 |  
71 | [Container] 2020/06/12 12:03:18 Command did not exit successfully pip3 install numpy exit status 1
72 | [Container] 2020/06/12 12:03:18 Phase complete: INSTALL State: FAILED
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

1 participant