Closed scottsisco closed 4 years ago
I think the 'Python Module page' link is incorrect on the page: https://sciwiki.fredhutch.org/scicomputing/software_python/.
Is it possible to install 'nibabel' and 'lifelines'?
modules added to fhPython
Python 3.8.2 (default, Jun 26 2020, 15:22:53)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import nibabel
>>> import lifelines
>>> lifelines.__version__
'0.25.2'
>>> nibabel.__version__
'3.1.1'
>>>
It looks like the user had the wrong URL and I passed that info along.
Ticket: 227746 Message: Hi, I am wondering about the availability (or installation) of python packages ‘nibabel’ and ‘lifelines.’ I am unable to open the link https://sciwiki.fredhutch.org/_pythonModules/ and am unsure which python modules, if any, may have these packages installed. Thank you,