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

Error during installation Python >=3.5 #33

Open
rafaeltiveron opened this issue Aug 26, 2019 · 2 comments
Open

Error during installation Python >=3.5 #33

rafaeltiveron opened this issue Aug 26, 2019 · 2 comments

Comments

@rafaeltiveron
Copy link

rafaeltiveron commented Aug 26, 2019

Downloading/unpacking scipy
  Downloading scipy-1.3.1.tar.gz (23.6MB): 23.6MB downloaded
  Running setup.py (path:/tmp/pip_build_rafael/scipy/setup.py) egg_info for package scipy
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip_build_rafael/scipy/setup.py", line 31, in <module>
        raise RuntimeError("Python version >= 3.5 required.")
    RuntimeError: Python version >= 3.5 required.
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/tmp/pip_build_rafael/scipy/setup.py", line 31, in <module>

    raise RuntimeError("Python version >= 3.5 required.")

RuntimeError: Python version >= 3.5 required.

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_rafael/scipy
Storing debug log for failure in /home/rafael/.pip/pip.log

Installation is redirecting to Python 2.7 from system and not using Python just inside conda.

@rafaeltiveron
Copy link
Author

rafaeltiveron commented Aug 27, 2019

It seems problem is in "pip2", from Makefile.

@alanorth
Copy link

Short answer, upgrade pip:

$ pip2 install --upgrade pip

Long answer: If you are manually installing ORP then you might have issues following the installation instructions because the version of Python in the Dockerfile is Python 2. You need to make sure your pip2 version is new enough to support smart installation using wheel packages.

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