kernsuite / packaging

Use this repository to report issues with packages or request new packages
13 stars 4 forks source link

Issues with LOFAR python package #229

Closed gijzelaerr closed 4 years ago

gijzelaerr commented 4 years ago
from kernsuite/base:6                                                                                                   
run docker-apt-install python3-lofar                                                                                    
run python3 -c "import  lofar.stationresponse as lsr"

gives: ModuleNotFoundError: No module named 'lofar'

from kernsuite/base:6                                                                                                   
run docker-apt-install lofar    

gives:

 lofar : Depends: python-lofar but it is not installable
o-smirnov commented 4 years ago

@Athanaseus could you take a look please? Sounds like a simple packaging issue, and it's holding a few things back.

gijzelaerr commented 4 years ago

he is already on it!

gijzelaerr commented 4 years ago

this works now:

from kernsuite/base:6
run docker-apt-install python3-lofarbeam
run python3 -c "from lofar import stationresponse"

this also:

from kernsuite/base:6                                                                                                   
run docker-apt-install lofar