ModuleNotFoundError: No module named 'bcolz'

I am getting ModuleNotFoundError: No module named 'bcolz' when I want to run the textbook in lesson 1 containing from fastai.imports import *.

I already tried everything in here “Error: No module named ‘bcolz’.” but bcolz is already installed, but it didn’t work for me.

Helped me:

$ source deactivate
$ pip install bcolz
$ conda env update
$ source activate fastai
1 Like