You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi Nikolaos. thanks for such detailed repo. i will be much appreciative if i able to use it too :D i am having trouble creating environment with yml file. after i saw other issue i tought its about macOS and created a docker image ubuntu 18. but i got the exact same error. system detailed added.
root@7ba6c4dea4e7:/app/torch-nilm# conda env create -f torch-nilm.yml
Channels:
- nilmtk
- conda-forge
- defaults
Platform: linux-aarch64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- _libgcc_mutex==0.1=conda_forge
- anyio==3.1.0=py38h578d9bd_0
- argon2-cffi==20.1.0=py38h497a2fe_2
- blosc==1.21.0=h9c3ff4c_0
- brotlipy==0.7.0=py38h497a2fe_1001
- bzip2==1.0.8=h7f98852_4
- c-ares==1.17.1=h7f98852_1
- ca-certificates==2021.5.30=ha878542_0
- certifi==2021.5.30=py38h578d9bd_0
- cffi==1.14.5=py38ha65f79e_0
- chardet==4.0.0=py38h578d9bd_1
- cryptography==3.4.7=py38ha5dfef3_0
- freetype==2.10.4=h0708190_1
- hdf5==1.10.6=nompi_h6a2412b_1114
- hmmlearn==0.2.5=py38h5c078b8_0
- icu==64.2=he1b5a44_1
- importlib-metadata==4.5.0=py38h578d9bd_0
- ipykernel==5.5.5=py38hd0cf306_0
- ipython==7.24.1=py38hd0cf306_0
- jedi==0.18.0=py38h578d9bd_2
- jupyter_core==4.7.1=py38h578d9bd_0
- kiwisolver==1.3.1=py38h1fd1430_1
- krb5==1.19.1=hcc1bbae_0
- ld_impl_linux-64==2.35.1=hea4e1c9_2
- libcurl==7.77.0=h2574ce0_0
- libffi==3.3=h58526e2_2
- libgcc-ng==9.3.0=h2828fa1_19
- libgfortran-ng==9.3.0=hff62375_19
- libgfortran5==9.3.0=hff62375_19
- libgomp==9.3.0=h2828fa1_19
- libnghttp2==1.43.0=h812cca2_0
- libopenblas==0.3.15=pthreads_h8fe5266_1
- libpng==1.6.37=h21135ba_2
- libsodium==1.0.18=h36c2ea0_1
- libssh2==1.9.0=ha56f1ee_6
- libstdcxx-ng==9.3.0=h6de172a_19
- markupsafe==2.0.1=py38h497a2fe_0
- matplotlib-base==3.1.3=py38h250f245_0
- mistune==0.8.4=py38h497a2fe_1003
- mock==4.0.3=py38h578d9bd_1
- nbconvert==6.0.7=py38h578d9bd_3
- ncurses==6.2=h58526e2_4
- numexpr==2.7.3=py38h51da96c_0
- numpy==1.19.5=py38h18fd61f_1
- openssl==1.1.1k=h7f98852_0
- pandas==0.25.3=py38hb3f55d8_0
- pandoc==2.14.0.2=h7f98852_0
- pyrsistent==0.17.3=py38h497a2fe_2
- pysocks==1.7.1=py38h578d9bd_3
- pytables==3.6.1=py38hc386592_3
- python==3.8.10=h49503c6_1_cpython
- pyyaml==5.4.1=py38h497a2fe_0
- pyzmq==22.1.0=py38h2035c66_0
- readline==8.1=h46c0cb4_0
- scikit-learn==0.24.2=py38hdc147b9_0
- scipy==1.6.3=py38h7b17777_0
- setuptools==49.6.0=py38h578d9bd_3
- sniffio==1.2.0=py38h578d9bd_1
- sqlite==3.35.5=h74cdb3f_0
- terminado==0.10.1=py38h578d9bd_0
- tk==8.6.10=h21135ba_1
- tornado==6.1=py38h497a2fe_1
- websocket-client==0.57.0=py38h578d9bd_4
- xz==5.2.5=h516909a_1
- zeromq==4.3.4=h9c3ff4c_0
- zlib==1.2.11=h516909a_1010
Current channels:
- https://conda.anaconda.org/nilmtk/linux-aarch64
- https://conda.anaconda.org/conda-forge/linux-aarch64
- https://repo.anaconda.com/pkgs/main/linux-aarch64
- https://repo.anaconda.com/pkgs/r/linux-aarch64
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
root@7ba6c4dea4e7:/app/torch-nilm# uname -a
Linux 7ba6c4dea4e7 6.6.16-linuxkit #1 SMP Fri Feb 16 11:54:02 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@7ba6c4dea4e7:/app/torch-nilm# cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.6 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
The text was updated successfully, but these errors were encountered:
hi Nikolaos. thanks for such detailed repo. i will be much appreciative if i able to use it too :D i am having trouble creating environment with yml file. after i saw other issue i tought its about macOS and created a docker image ubuntu 18. but i got the exact same error. system detailed added.
The text was updated successfully, but these errors were encountered: