ModuleNotFoundError: No module named 'nnabla'

ModuleNotFoundError: No module named 'nnabla'

(nnabla)

>conda install nnabla
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

- nnabla

Current channels:

- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch

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.

 

 

 

pip install nnabla
Collecting nnabla
Downloading nnabla-1.15.0-cp36-cp36m-win_amd64.whl (12.3 MB)
|████████████████████████████████| 12.3 MB 78 kB/s
Requirement already satisfied: setuptools in c:\users\xxxxx\anaconda3\envs\nnabla\lib\site-packages (from nnabla) (51.0.0.post20201207)
Requirement already satisfied: imageio in c:\users\xxxxx\anaconda3\envs\nnabla\lib\site-packages (from nnabla) (2.9.0)
Requirement already satisfied: numpy in c:\users\xxxxx\anaconda3\envs\nnabla\lib\site-packages (from nnabla) (1.19.2)
Requirement already satisfied: six in c:\users\xxxxx\anaconda3\envs\nnabla\lib\site-packages (from nnabla) (1.15.0)
Requirement already satisfied: tqdm in c:\users\xxxxx\anaconda3\envs\nnabla\lib\site-packages (from nnabla) (4.55.0)
Requirement already satisfied: pillow in c:\users\xxxxx\anaconda3\envs\nnabla\lib\site-packages (from nnabla) (8.0.1)
Collecting protobuf>=3.6
Using cached protobuf-3.14.0-cp36-cp36m-win_amd64.whl (904 kB)
Collecting boto3
Downloading boto3-1.16.45-py2.py3-none-any.whl (130 kB)
|████████████████████████████████| 130 kB 187 kB/s
Collecting botocore<1.20.0,>=1.19.45
Downloading botocore-1.19.45-py2.py3-none-any.whl (7.2 MB)
|████████████████████████████████| 7.2 MB 1.1 MB/s
Collecting jmespath<1.0.0,>=0.7.1
Using cached jmespath-0.10.0-py2.py3-none-any.whl (24 kB)
Collecting python-dateutil<3.0.0,>=2.1
Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
Collecting s3transfer<0.4.0,>=0.3.0
Downloading s3transfer-0.3.3-py2.py3-none-any.whl (69 kB)
|████████████████████████████████| 69 kB 918 kB/s
Collecting urllib3<1.27,>=1.25.4
Using cached urllib3-1.26.2-py2.py3-none-any.whl (136 kB)
Collecting configparser
Downloading configparser-5.0.1-py3-none-any.whl (22 kB)
Collecting contextlib2
Downloading contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB)
Collecting Cython
Downloading Cython-0.29.21-cp36-cp36m-win_amd64.whl (1.6 MB)
|████████████████████████████████| 1.6 MB 939 kB/s
Collecting h5py
Using cached h5py-3.1.0-cp36-cp36m-win_amd64.whl (2.7 MB)
Collecting cached-property
Using cached cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Collecting pywin32
Using cached pywin32-300-cp36-cp36m-win_amd64.whl (9.2 MB)
Collecting pyyaml
Downloading PyYAML-5.3.1-cp36-cp36m-win_amd64.whl (215 kB)
|████████████████████████████████| 215 kB 726 kB/s
Collecting requests
Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\xxxxx\anaconda3\envs\nnabla\lib\site-packages (from requests->nnabla) (2020.12.5)
Collecting chardet<5,>=3.0.2
Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Collecting idna<3,>=2.5
Using cached idna-2.10-py2.py3-none-any.whl (58 kB)
Collecting scipy
Using cached scipy-1.5.4-cp36-cp36m-win_amd64.whl (31.2 MB)
Installing collected packages: urllib3, python-dateutil, jmespath, botocore, s3transfer, idna, chardet, cached-property, scipy, requests, pyyaml, pywin32, protobuf, h5py, Cython, contextlib2, configparser, boto3, nnabla
Successfully installed Cython-0.29.21 boto3-1.16.45 botocore-1.19.45 cached-property-1.5.2 chardet-4.0.0 configparser-5.0.1 contextlib2-0.6.0.post1 h5py-3.1.0 idna-2.10 jmespath-0.10.0 nnabla-1.15.0 protobuf-3.14.0 python-dateutil-2.8.1 pywin32-300 pyyaml-5.3.1 requests-2.25.1 s3transfer-0.3.3 scipy-1.5.4 urllib3-1.26.2

 

 

ModuleNotFoundError: No module named 'numpy'
>conda install numpy
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

environment location: C:\Users\xxxxx\anaconda3\envs\nnabla

added / updated specs:
- numpy


The following packages will be downloaded:

package | build
---------------------------|-----------------
mkl-service-2.3.0 | py36h196d8e1_0 45 KB
mkl_fft-1.2.0 | py36h45dec08_0 118 KB
mkl_random-1.1.1 | py36h47e9c7a_0 235 KB
numpy-1.19.2 | py36hadc3359_0 22 KB
numpy-base-1.19.2 | py36ha3acd2a_0 3.8 MB
six-1.15.0 | py36haa95532_0 27 KB
------------------------------------------------------------
Total: 4.3 MB

The following NEW packages will be INSTALLED:

blas pkgs/main/win-64::blas-1.0-mkl
intel-openmp pkgs/main/win-64::intel-openmp-2020.2-254
mkl pkgs/main/win-64::mkl-2020.2-256
mkl-service pkgs/main/win-64::mkl-service-2.3.0-py36h196d8e1_0
mkl_fft pkgs/main/win-64::mkl_fft-1.2.0-py36h45dec08_0
mkl_random pkgs/main/win-64::mkl_random-1.1.1-py36h47e9c7a_0
numpy pkgs/main/win-64::numpy-1.19.2-py36hadc3359_0
numpy-base pkgs/main/win-64::numpy-base-1.19.2-py36ha3acd2a_0
six pkgs/main/win-64::six-1.15.0-py36haa95532_0


Proceed ([y]/n)? y


Downloading and Extracting Packages
six-1.15.0 | 27 KB | ############################################################################ | 100%
mkl-service-2.3.0 | 45 KB | ############################################################################ | 100%
numpy-base-1.19.2 | 3.8 MB | ############################################################################ | 100%
mkl_random-1.1.1 | 235 KB | ############################################################################ | 100%
mkl_fft-1.2.0 | 118 KB | ############################################################################ | 100%
numpy-1.19.2 | 22 KB | ############################################################################ | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done