pip install pygps

Sziasztok.

Adott:
Arch szerver, AP-ként működtetve, virtualhost, csillog-villog minden, Raspberry zero (2), no meg a tárgyban megadott 3 szó terminálban kiadva.

ssh-n felcsatlakoztam, gondoltam ahhoz, hogy pythonban is írhassak mindenfélét, felfestem az Arch-ra is a pygps-t, ha már debianokon elvagyok vele.
Hát, nem megy, de miért? Csúnyán beszélek tán?

Ezt írja:


# pip install pynmea2 
Collecting pynmea2
  Downloading pynmea2-1.7.1.tar.gz
Installing collected packages: pynmea2
  Running setup.py install for pynmea2
Successfully installed pynmea2-1.7.1
[Na... root@nmea-bridge pacman.d]# pip install pygps  
Collecting pygps
  Downloading pyGPs-1.3.3.tar.gz (10.3MB)
    100% |################################| 10.3MB 2.6kB/s 
Collecting numpy (from pygps)
  Downloading numpy-1.11.3.zip (4.7MB)
    100% |################################| 4.7MB 5.4kB/s 
Collecting scipy>=0.13 (from pygps)
  Downloading scipy-0.18.1.tar.gz (13.1MB)
    100% |################################| 13.1MB 2.1kB/s 

    Complete output from command python setup.py egg_info:
    /bin/sh: svnversion: command not found
    /bin/sh: svnversion: command not found
    non-existing path in 'numpy/distutils': 'site.cfg'
    Could not locate executable gfortran
    Could not locate executable f95
    Could not locate executable ifort
    Could not locate executable ifc
    Could not locate executable lf95
    Could not locate executable pgfortran
    Could not locate executable f90
    Could not locate executable f77
    Could not locate executable fort
    Could not locate executable efort
    Could not locate executable efc
    Could not locate executable g77
    Could not locate executable g95
    Could not locate executable pathf95
    don't know how to compile Fortran code on platform 'posix'
    _configtest.c:1:5: warning: conflicting types for built-in function 'exp'
     int exp (void);
         ^
    _configtest.o: In function `main':
    /tmp/easy_install-9oplsa9s/numpy-1.12.0rc2/_configtest.c:6: undefined reference to `exp'
    collect2: error: ld returned 1 exit status
    _configtest.c:1:5: warning: conflicting types for built-in function 'exp'
     int exp (void);
         ^
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code -9 in /tmp/pip-build-p0ffv8nz/scipy

Hozzászólások

numpynak kell fordító is mint írja, nem csak pythonban van.

Az első hibaüzenet:
/bin/sh: svnversion: command not found

Elsőként tehát azt kéne kideríteni, hogy miért nincs fent svnversion parancs...
Neve alapján én az svn - pontosabban subversion - csomag hiányát gyanítanám a dolog mögött. Tégy egy prónbát azzal, hogy feltolod neki ezt:
apt-get install subversion

próbáltam leforgatni, később pacman-nal felrakni.

utóbbi:

error: failed retrieving file 'blas-3.6.0-2-armv6h.pkg.tar.xz' from mirror.frgl.pw : The requested URL returned error: 404
error: failed retrieving file 'blas-3.6.0-2-armv6h.pkg.tar.xz' from mirror.its.dal.ca : The requested URL returned error: 404
error: failed retrieving file 'blas-3.6.0-2-armv6h.pkg.tar.xz' from muug.ca : The requested URL returned error: 404
error: failed retrieving file 'blas-3.6.0-2-armv6h.pkg.tar.xz' from muug.ca : The requested URL returned error: 404
error: failed retrieving file 'blas-3.6.0-2-armv6h.pkg.tar.xz' from archlinux.mirror.rafal.ca : The requested URL returned error: 404
error: failed retrieving file 'blas-3.6.0-2-armv6h.pkg.tar.xz' from mirror.archlinux.cl : The requested URL returned error: 404
error: failed retrieving file 'blas-3.6.0-2-armv6h.pkg.tar.xz' from mirrors.163.com : The requested URL returned error: 404

...és így tovább.

Reménytelen.

---
--- A gond akkor van, ha látszólag minden működik. ---
---