TorchDSP / torchsig

TorchSig is an open-source signal processing machine learning toolkit based on the PyTorch data handling pipeline.
MIT License
170 stars 38 forks source link

Prometheus client and ipykernel dependencies for jupyter notebooks #167

Closed MattCarrickPL closed 2 months ago

MattCarrickPL commented 1 year ago

Installed torchsig v0.4.2 via readme onto Ubuntu 20.04.6 and was missing the following packages needed to support running jupyter notebooks: prometheus-client and ipykernel. I was forced to install prometheus-client to fix a missing import that would crash when starting a jupyter notebook. The ipykernel dependency was identified at run time when I got the following pop-up message:

image

I was able to resolve the dependencies via: $ python3 -m pip install prometheus-client $ python3 -m pip install ipykernel

gvanhoy commented 1 year ago

I would rather include this only in the supported Dockerfile and in the README (#150) about how to install.

MattCarrickPL commented 1 year ago

@gvanhoy I'm good with that. How do you want to track it?