How do I install the following 2 packages using miniconda?
pip install PyICU
pip install pycld2
I got an error related to gcc therefore I run
conda install gcc
Now I am getting error related to g++
I am not looking for a solution that involve creating separate environment. I am using docker image of miniconda and will like to build a new image from miniconda.
This issue was resolved after installing essential packages using:
sudo apt-get update
sudo apt-get install build-essential