-
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
Instalation fault on windows 11 con mamba o Conda #87
Comments
As I read in an Issue that it might work better with Python 3.7, I also tried the installation this way, unfortunately still without results: (base) C:\Users\carlo>mamba create -n nilmtk-contrib-env python=3.7 Looking for: ['python=3.7'] pkgs/main/win-64 No change Prefix: C:\Users\carlo\miniforge3\envs\nilmtk-contrib-env Updating specs:
Package Version Build Channel SizeInstall:
Summary: Install: 12 packages Total download: 20MB Confirm changes: [Y/n] Y Downloading and Extracting Packages: Preparing transaction: done To activate this environment, use
To deactivate an active environment, use
(base) C:\Users\carlo>mamba activate nilmtk-contrib-env (nilmtk-contrib-env) C:\Users\carlo>mamba install -c conda-forge numpy pandas matplotlib scipy scikit-learn jupyter Looking for: ['numpy', 'pandas', 'matplotlib', 'scipy', 'scikit-learn', 'jupyter'] conda-forge/win-64 Using cache Pinned packages:
Transaction Prefix: C:\Users\carlo\miniforge3\envs\nilmtk-contrib-env Updating specs:
Package Version Build Channel SizeInstall:
Downgrade:
Summary: Install: 168 packages Total download: 259MB Confirm changes: [Y/n] Y Downloading and Extracting Packages: Preparing transaction: done (nilmtk-contrib-env) C:\Users\carlo>mamba install -c conda-forge cvxpy Looking for: ['cvxpy'] conda-forge/win-64 Using cache Pinned packages:
Transaction Prefix: C:\Users\carlo\miniforge3\envs\nilmtk-contrib-env Updating specs:
Package Version Build Channel SizeInstall:
Summary: Install: 6 packages Total download: 1MB Confirm changes: [Y/n] Y Downloading and Extracting Packages: Preparing transaction: done (nilmtk-contrib-env) C:\Users\carlo>mamba install -c conda-forge keras Looking for: ['keras'] conda-forge/win-64 Using cache Pinned packages:
Transaction Prefix: C:\Users\carlo\miniforge3\envs\nilmtk-contrib-env Updating specs:
Package Version Build Channel SizeInstall:
Summary: Install: 1 packages Total download: 902kB Confirm changes: [Y/n] Y Downloading and Extracting Packages: Preparing transaction: done (nilmtk-contrib-env) C:\Users\carlo>mamba install -c conda-forge nilmtk Looking for: ['nilmtk'] conda-forge/win-64 Using cache Pinned packages:
Transaction Prefix: C:\Users\carlo\miniforge3\envs\nilmtk-contrib-env Updating specs:
Package Version Build Channel SizeInstall:
Change:
Downgrade:
Summary: Install: 49 packages Total download: 31MB Confirm changes: [Y/n] Y Downloading and Extracting Packages: Preparing transaction: done (nilmtk-contrib-env) C:\Users\carlo>git clone https://github.com/nilmtk/nilmtk-contrib.git (nilmtk-contrib-env) C:\Users\carlo>cd nilmtk-contrib (nilmtk-contrib-env) C:\Users\carlo\nilmtk-contrib>pip install -e . (nilmtk-contrib-env) C:\Users\carlo\nilmtk-contrib> |
And by the way this is my installed version of NILMTK: (nilmtk-contrib-env) C:\Users\carlo\nilmtk-contrib>mamba list |findstr nilmtk packages in environment at C:\Users\carlo\miniforge3\envs\nilmtk-contrib-env:nilm_metadata 0.2.4 0 nilmtk (nilmtk-contrib-env) C:\Users\carlo\nilmtk-contrib> |
@crn565 did you manage to install it? I'm still having issues |
Yes , I unsinstalled anaconda and resinstall with conda create -n nilm -c conda-forge -c nilmtk nilmtk-contrib |
I am trying to install nilmtk_env using anaconca by the recommended methodconda create -n nilm -c conda-forge -c nilmtk nilmtk-contrib and not works ( black screen un hours and not responding)
I've tried to install with Mamba . First I create the enviremente, I install de dependecies( keras,cvxpy and nilmtk) and finally I try to install:
And in the last commnad I received and error that tell that nilmtk version must be >=0.4 but my version of nilmtk is 0.4.3 so I don't understand the error the instalation..
I don't know how to do to install nilmtk-contrib ! please help!
The text was updated successfully, but these errors were encountered: