-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation issue #75
Comments
The environmental problem was finally solved. My environment configuration is as follows::
|
It took a lot of time to finally install all the environments. The installation process is as follows😀😀:
|
Hi, I am trying to work with this libraries in Google Colab. Did you by any chance manage to get them to work there? Can you advice on how to do that? I managed to install and use the NILMTK and NILM_Contrib following the standard installation procedures in their repos (with independent environments) in my computer, but my experiments take too long and want to try the GPUs in cloud. I would appreciate any support. |
How did you manage the Installation without Google Collab? I would most certainly appreciate any help |
I did not do anything sophisticated. Just followed the instructions in the repos for both environments (nilmtk & nilm-contrib). I am trying to install contrib in another machine to run some experiments, I will let you know if I encounter any issues now. |
Would you mind telling me exactly what you did for installing the two repos? Did you install them via conda-forge or pip install git+url? Thanks in advance |
I can try to summarize it like this:
For the NILM-Contrib I did the same, just changed the line to create the a dedicated environment using the anaconda prompt as adviced in the repo. However, I am trying to install it in a different computer and is not working so far. Hope I am able to help you. Good luck! |
I have some installation problems:
Before installing the nilm-contrib package, my virtual environment is as follows:
The python version:3.8
cuda version:11.6
cudnn version:8.6.0
nilmtk:0.4.0 (However, in the conda environment, it will be displayed as: nilmtk-0.4.0.dev1+git.303d45b)
pandas:0.25.3, numpy:1.13.3, Keras:>=2.4, tensorflow-gpu:2.4.0
There is a package conflict problem when installing nilm-contrib. I have to download the package offline from anaconda.org and install it with the command
conda install nilmtk-contrib-0.1.1-py_0.tar.bz2
(for me it is only normal through this method Install, but some compatibility errors will still be reported after the installation is complete)The official recommended command:
conda install -c conda-forge -c nilmtk nilmtk-contrib
does not solve the problem, even if I recreated a virtual environment and the environment only contains python3.8 and some basic packages. This process will take a long time and eventually report the following error message, but it does not show which modules are conflicting. I've been stuck with this problem for a week now, hope it gets fixedThe text was updated successfully, but these errors were encountered: