Opened 7 years ago
Closed 6 years ago
#55549 closed defect (fixed)
py-scipy @1.0.0: RuntimeError: Python version 2.7 or >= 3.4 required
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | michaelld (Michael Dickens), petrrr | |
Port: | py-scipy |
Description
py26-scipy and py33-scipy cannot be installed:
DEBUG: system: cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-scipy/py26-scipy/work/scipy-1.0.0" && /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 setup.py --no-user-cfg config_fc --fcompiler gnu95 --f77exec /opt/local/bin/gfortran-mp-6 --f77flags=' -Os -fno-second-underscore' --f90exec /opt/local/bin/gfortran-mp-6 --f90flags=' -Os -fno-second-underscore' config --cc /usr/bin/gcc-4.2 --include-dirs /opt/local/include --library-dirs /opt/local/lib build Traceback (most recent call last): File "setup.py", line 29, in <module> raise RuntimeError("Python version 2.7 or >= 3.4 required.") RuntimeError: Python version 2.7 or >= 3.4 required.
Change History (8)
comment:1 Changed 7 years ago by seanfarley (Sean Farley)
comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Sure, that's an acceptable solution.
comment:3 Changed 7 years ago by petrrr
Cc: | petrrr added |
---|
comment:4 Changed 7 years ago by pmetzger (Perry E. Metzger)
I'd suggest that someone do this. We're currently being more active (I think) about deprecating python <2.7 and <3.4
comment:5 Changed 7 years ago by michaelld (Michael Dickens)
Looks like moving the Py 3.3 version to the graveyard might be doable:
% port echo rdepends:py33-scipy py33-mlpy py33-scikit-learn py33-theano % port echo rdepends:py33-mlpy % port echo rdepends:py33-scikit-learn % port echo rdepends:py33-theano
comment:6 Changed 7 years ago by michaelld (Michael Dickens)
Ditto for the Py 2.6 version:
bash-4.4.19 #544% port echo rdepends:py26-scipy py-scikits-talkbox py26-mlpy py26-scikit-learn py26-scikits-talkbox % port echo rdepends:py26-mlpy % port echo rdepends:py26-scikit-learn % port echo rdepends:py26-scikits-talkbox py-scikits-talkbox % port echo rdepends:py-scikits-talkbox
comment:7 Changed 7 years ago by michaelld (Michael Dickens)
There are Py 2.7 and 3.4+ versions of all of these. So the graveyard seems legit to me. Anyone else?
comment:8 Changed 6 years ago by reneeotten <reneeotten@…>
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I suspect this is blocked #54145. I hope all that's required is to put the output of
port echo rdepends:py33-numpy
into the graveyard?