#2358 closed defect (fixed)

py3 scipy removed

Reported by: darkblueb Owned by: osgeolive@…
Priority: critical Milestone: OSGeoLive15.0
Component: OSGeoLive Keywords: python3
Cc:

Description (last modified by darkblueb)

 ex.  nightly-build70-amd64-38bf753-master

===============================================================
Starting "setdown.sh" ...
===============================================================
 ...
The following additional packages will be installed:
  python3-munkres
The following packages will be REMOVED:
  grass-dev libboost-dev libboost1.74-dev libgdal-dev libkml-dev
  python3-pythran python3-scipy
The following NEW packages will be installed:
  python3-munkres
0 upgraded, 1 newly installed, 7 to remove and 112 not upgraded.
Need to get 9152 B of archives.
After this operation, 265 MB disk space will be freed.
Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-munkres all 1.1.4-2 [9152 B]


  ...
Removing libgdal-dev (3.4.3+dfsg-1~jammy0) ...
Removing libkml-dev:amd64 (1.3.0-9) ...
dpkg: libboost1.74-dev:amd64: dependency problems, but removing anyway as you requested:
 libboost-dev:amd64 depends on libboost1.74-dev.

Removing libboost1.74-dev:amd64 (1.74.0-14ubuntu3) ...
dpkg: python3-scipy: dependency problems, but removing anyway as you requested:
 python3-fonttools depends on python3-scipy (>= 1.7.1) | python3-munkres (>= 1.1.4); however:
  Package python3-scipy is to be removed.
  Package python3-munkres is not configured yet.

Removing python3-scipy (1.8.0-1exp2ubuntu1) ...
Removing python3-pythran (0.10.0+ds2-1) ...
Removing libboost-dev:amd64 (1.74.0.3ubuntu7) ...
Setting up python3-munkres (1.1.4-2) ...
Processing triggers for man-db (2.10.2-1) ...
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package libllvm9

##----------------------------------

manually re-install to see depends

user@osgeolive:~$ sudo apt install python3-scipy
Reading package lists... Done
 ...
The following NEW packages will be installed:
  libboost-dev libboost1.74-dev liblbfgsb0 libopenblas-dev
  libopenblas-pthread-dev libopenblas0 libxsimd-dev python3-beniget
  python3-gast python3-ply python3-pythran python3-scipy
0 upgraded, 12 newly installed, 0 to remove and 112 not upgraded.
Need to get 29.6 MB of archives.
After this operation, 266 MB of additional disk space will be used.
Do you want to continue? [Y/n] 

Change history (5)

comment:1 by darkblueb, 23 months ago

Description: modified (diff)

comment:3 by kalxas, 23 months ago

python3-pythran is a dependency of python3-scipy and needs libboost-dev

Package: python3-pythran
Architecture: any
Depends:
 g++ | c++-compiler,
 libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so,
 libboost-dev,
 python3-dev,
 libxsimd-dev,
 ${misc:Depends},
 ${python3:Depends},
Description: ahead of time compiler for Python
 Pythran is an ahead of time compiler for a subset of the Python
 language, with a focus on scientific computing. It takes a Python
 module annotated with a few interface descriptions and turns it into a
 native Python module with the same interface, but (hopefully) faster.
 .
 This package contains the Python 3 version of the library.

comment:5 by kalxas, 23 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.