NILMTK(非侵入式负载监测工具包)安装
step1:安装uv
way1:Windows打开终端,输入以下指令安装独立安装包
powershell -c "irm https://astral.sh/uv/install.ps1 | more"
way2:在conda环境中安装
pip install uv
注:如果是使用学校的网可能下载不了,此时可连接手机热点进行下载,后续步骤也类似。
step2:安装NILMTK
新建一个conda环境,然后在在终端中激活该环境之后,输入以下指令,NILMTK即可安装完成。
uv pip install git+https://github.com/nilmtk/nilmtk.git