[MacPorts] #45245: Inconsistency between python-scientific and most recent version of Numpy
#45245: Inconsistency between python-scientific and most recent version of Numpy --------------------------------+-------------------------------- Reporter: jolivetinsar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Keywords: python, Scientific | Port: --------------------------------+-------------------------------- Hello, I think the newest version of Numpy raises some issues with the port python-scientific. Importing Scientific into python works, but Scientific.Functions.FirstDerivatives raises the error: ------------------------------------ from numpy.oldnumeric import * ImportError: No module named oldnumeric ------------------------------------ As oldnumeric has recently been removed from the numpy distribution, this should be tested. oldnumeric was in numpy 1.8.0 but not anymore in numpy 1.9.0 Cheers, Romain PS: I am running python27, with numpy 1.9.0 and Scientific 2.9.1, all from MacPorts -- Ticket URL: <https://trac.macports.org/ticket/45245> MacPorts <http://www.macports.org/> Ports system for OS X
#45245: Inconsistency between python-scientific and most recent version of Numpy --------------------------------------+-------------------------------- Reporter: jolivetinsar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: py-scientific, py-numpy | --------------------------------------+-------------------------------- Changes (by ryandesign@…): * cc: sean@…, dh@…, michaelld@… (added) * keywords: python, Scientific => * port: => py-scientific, py-numpy Old description:
Hello,
I think the newest version of Numpy raises some issues with the port python-scientific. Importing Scientific into python works, but Scientific.Functions.FirstDerivatives raises the error: ------------------------------------ from numpy.oldnumeric import * ImportError: No module named oldnumeric ------------------------------------
As oldnumeric has recently been removed from the numpy distribution, this should be tested. oldnumeric was in numpy 1.8.0 but not anymore in numpy 1.9.0
Cheers, Romain
PS: I am running python27, with numpy 1.9.0 and Scientific 2.9.1, all from MacPorts
New description: Hello, I think the newest version of Numpy raises some issues with the port python-scientific. Importing Scientific into python works, but Scientific.Functions.FirstDerivatives raises the error: {{{ from numpy.oldnumeric import * ImportError: No module named oldnumeric }}} As oldnumeric has recently been removed from the numpy distribution, this should be tested. oldnumeric was in numpy 1.8.0 but not anymore in numpy 1.9.0 Cheers, [[br]] Romain PS: I am running python27, with numpy 1.9.0 and Scientific 2.9.1, all from MacPorts -- -- Ticket URL: <https://trac.macports.org/ticket/45245#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#45245: Inconsistency between python-scientific and most recent version of Numpy --------------------------------------+-------------------------------- Reporter: jolivetinsar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: py-scientific, py-numpy | --------------------------------------+-------------------------------- Comment (by sean@…): Unfortuantely, the developer of ScientificPython doesn't have the time to fix this: https://bitbucket.org/khinsen/scientificpython/issue/13/numpy-19 -has-dropped-support-for -- Ticket URL: <https://trac.macports.org/ticket/45245#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#45245: Inconsistency between python-scientific and most recent version of Numpy --------------------------------------+-------------------------------- Reporter: jolivetinsar@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: py-scientific, py-numpy | --------------------------------------+-------------------------------- Comment (by petr@…): `port echo depends:py27-scientific` gives the following result: {{{ py-scientific py27-fiat py27-ipython py27-MMTK py27-tables }}} I do not know much about `py-fiat` and `py-MMTK`, but `ipython` and `py- tables` might be quite relevant. In installed against Py3, they do not depend on scientific. So probably this should become the default for Py2 as well. For ipython this is trivial as it is a variant. I do not know where the difference comes from for `tables`. -- Ticket URL: <https://trac.macports.org/ticket/45245#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts