I am trying to make call with the nds2 client from Google colab.
So far I failed because the nds2 module does not appear to be
installed automatically by pip. The following lines:
! pip install -q ‘gwpy==3.0.4’
from gwpy.timeseries import TimeSeries
data = TimeSeries.fetch(‘L1:ISI-GND_STS_ITMY_Z_BLRMS_30M_100M’, start=1263229218, end=1263229228, host=‘losc-nds.ligo.org’)
@ecm That’s right. The NDS2 client is currently packaged for conda, but not pypi. This is a problem for cloud platforms like Google Co-lab that rely on pip to install packages. I have the same problem on streamlit, which also relies on pip.
I don’t have a solution, other than to request that the NDS2 client be packaged for pypi. You could add a ticket for that (and/or send an email), here: