Discussion:
[Lensfun-users] Broken install?
Oliver Bedford
2016-11-16 20:25:20 UTC
Permalink
Hi,

I'm currently trying to set up my machine for lens calibration (I've got
the Canon EOS M3 together with the not yet supported EF-M 15-45).

I didn't get far:

***@apollo:~/EF-M-15-45$ ./calibrate.py
The following packages are missing (Ubuntu packages, names may differ on
other systems):
python-scipy python-numpy
Abort.
***@apollo:~/EF-M-15-45$ sudo apt-get install python-numpy python-scipy
python-matplotlib ipython ipython-notebook python-pandas python-sympy
python-nose
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
python-nose ist schon die neueste Version.
ipython ist schon die neueste Version.
ipython-notebook ist schon die neueste Version.
python-matplotlib ist schon die neueste Version.
python-pandas ist schon die neueste Version.
python-scipy ist schon die neueste Version.
python-sympy ist schon die neueste Version.
python-numpy ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht
aktualisiert.
***@apollo:~/EF-M-15-45$ uname -a
Linux apollo 3.13.0-101-generic #148-Ubuntu SMP Thu Oct 20 22:08:32 UTC
2016 x86_64 x86_64 x86_64 GNU/Linux
***@apollo:~/EF-M-15-45$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty

What am I missing?

TIA,
Oliver



------------------------------------------------------------------------------
Torsten Bronger
2016-11-17 08:50:02 UTC
Permalink
Hallöchen!
Post by Oliver Bedford
I'm currently trying to set up my machine for lens calibration
(I've got the Canon EOS M3 together with the not yet supported
EF-M 15-45).
The following packages are missing (Ubuntu packages, names may differ on
python-scipy python-numpy
Abort.
Thank you for the report, I fixed it in the source code. The actual
package names missing are:

python3-scipy python3-numpy

Tschö,
Torsten.
--
Torsten Bronger


------------------------------------------------------------------------------
Loading...