Search Criteria
Package Details: python2-scipy 1.2.3-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-scipy.git (read-only, click to copy) |
---|---|
Package Base: | python2-scipy |
Description: | SciPy is open-source software for mathematics, science, and engineering. |
Upstream URL: | https://www.scipy.org/ |
Licenses: | BSD |
Submitter: | arojas |
Maintainer: | patlefort |
Last Packager: | patlefort |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2020-02-15 22:46 (UTC) |
Last Updated: | 2024-06-16 13:04 (UTC) |
Dependencies (5)
- python2-numpyAUR
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- python2-setuptoolsAUR (make)
- python2-pytestAUR (check)
- python2-pillowAUR (optional) – for image saving module
Latest Comments
1 2 Next › Last »
micwoj92 commented on 2024-06-16 12:39 (UTC)
Build fails with
MarsSeed commented on 2023-07-10 14:53 (UTC) (edited on 2023-07-10 14:55 (UTC) by MarsSeed)
Please change opdepend
python2-imaging
to its drop-in continuation forkpython2-pillow
.Imaging is dead since 2009.
espritlibre commented on 2022-11-04 23:23 (UTC)
installing python2-packaging fixed it
patlefort commented on 2022-11-04 16:15 (UTC)
@espritlibre: Did you install all the dependencies?
espritlibre commented on 2022-11-03 21:57 (UTC) (edited on 2022-11-03 22:01 (UTC) by espritlibre)
@ patlefort i get the same result in 2 fresh arch VMs, after uninstalling all python2 packages i get a different error:
Erstelle Paket: python2-scipy 1.2.3-6 (Di 01 Nov 2022 00:53:32 CET)
Prüfe Laufzeit-Abhängigkeiten...
Prüfe Buildtime-Abhängigkeiten...
Empfange Quellen... -> Lade scipy-1.2.3.tar.gz herunter... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 122 100 122 0 0 1273 0 --:--:-- --:--:-- --:--:-- 1284 100 270 100 270 0 0 1003 0 --:--:-- --:--:-- --:--:-- 1003 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.2M 100 22.2M 0 0 8871k 0 0:00:02 0:00:02 --:--:-- 10.2M
Überprüfe source Dateien mit sha512sums...
scipy-1.2.3.tar.gz ... Erfolg
Entpacke Quellen...
Entpacke scipy-1.2.3.tar.gz mit bsdtar
Beginne prepare()...
Beginne build()...
Traceback (most recent call last):
File "setup.py", line 492, in <module>
setup_package() File "setup.py", line 468, in setup_package
from numpy.distutils.core import setup
File "/usr/lib/python2.7/site-packages/numpy/init.py", line 140, in <module>
from . import _distributor_init
ImportError: cannot import name _distributor_init
FEHLER: Ein Fehler geschah in build().
Breche ab...
patlefort commented on 2022-10-27 12:01 (UTC)
@espritlibre: I can't reproduce. It seem related to python2-pytest, maybe try reinstalling that package?
espritlibre commented on 2022-10-26 16:25 (UTC) (edited on 2022-10-26 16:37 (UTC) by espritlibre)
i get this error:
...
running install_clib
running install_egg_info
running egg_info
creating scipy.egg-info
writing scipy.egg-info/PKG-INFO
writing top-level names to scipy.egg-info/top_level.txt
writing dependency_links to scipy.egg-info/dependency_links.txt
writing manifest file 'scipy.egg-info/SOURCES.txt'
reading manifest file 'scipy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'benchmarks/env'
no previously-included directories found matching 'benchmarks/results'
no previously-included directories found matching 'benchmarks/html'
no previously-included directories found matching 'benchmarks/scipy'
no previously-included directories found matching 'scipy/special/tests/data/boost'
no previously-included directories found matching 'scipy/special/tests/data/gsl'
no previously-included directories found matching 'scipy/special/tests /data/local'
no previously-included directories found matching 'doc/build'
no previously-included directories found matching 'doc/source/generated'
no previously-included directories found matching '*/pycache'
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
warning: no previously-included files matching '*.swp' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
writing manifest file 'scipy.egg-info/SOURCES.txt'
Copying scipy.egg-info to /var/tmp/pamac-build-test/python2-scipy/src/test/usr/lib/python2.7/site-packages/scipy-1.2.3-py2.7.egg-info
running install_scripts
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/var/tmp/pamac-build-test/python2-scipy/src/test/usr/lib/python2.7/site-packages/scipy/_lib/_testutils.py", line 31, in call import pytest
File "/usr/lib/python2.7/site-packages/pytest.py", line 8, in <module> from _pytest.assertion import register_assert_rewrite
File "/usr/lib/python2.7/site-packages/_pytest/assertion/init.py", line 13, in <module> from _pytest.assertion import rewrite
File "/usr/lib/python2.7/site-packages/_pytest/assertion/rewrite.py", line 24, in <module> from _pytest.assertion import util
File "/usr/lib/python2.7/site-packages/_pytest/assertion/util.py", line 11, in <module> import _pytest._code
File "/usr/lib/python2.7/site-packages/_pytest/_code/init.py", line 7, in <module> from .code import Code # noqa
File "/usr/lib/python2.7/site-packages/_pytest/_code/code.py", line 22, in <module> from _pytest.compat import _PY2
File "/usr/lib/python2.7/site-packages/_pytest/compat.py", line 23, in <module> from _pytest.outcomes import fail
File "/usr/lib/python2.7/site-packages/_pytest/outcomes.py", line 12, in <module> from packaging.version import Version ImportError: No module named packaging.version
==> FEHLER: Ein Fehler geschah in check(). Breche ab...
MarsSeed commented on 2022-06-13 04:22 (UTC)
Thanks for re-eanbling the tests. Seems @hexd is doing a wonderful job restoring the essential Python 2 packages!
MarsSeed commented on 2022-06-05 18:05 (UTC)
I suggest you drop
check()
as checkdepends=python2-pytest doesn't exist anymore in the repos.1 2 Next › Last »