Closed o-smirnov closed 7 years ago
Aha, this is why it's familiar: https://github.com/ska-sa/tigger/issues/74
not sure if the 2 problems are related.
Are you using the python-tigger package? That package is working fine for me on 16.04.
by the way, what do you mean with 'into the browser'. Not Jupyter notebooks right?
@o-smirnov are you using the python-tigger package? I doesn't look like it, the backtrace shows python modules are used from your home folder.
actually it looks like you are mixing a local and package installation.
@o-smirnov can you elaborate.
ok we are not the only one https://github.com/pypa/setuptools/issues/508
ok this is a bug in an old setuptools bunlded with ubuntu 16.04. can't really fix that, so we worked around it by manually setting the version in the package. closing this issue.
OK, we have a serious degradation on 16.04. I can't import scripts into the browser, things bomb out with:
Funny thing is,
import Tigger
by itself from Python is fine. It's under MeqTrees that pkg_resources goes pear-shaped. @gijzelaerr, any bright ideas? This looks a little familiar...