Toolchain Setup for Linux Mint 18.3 64 bit

Hello,
I tried to install Toolchain Setup for Linux Mint 18.3 (I used “Setup on Ubuntu”), but when I wanted to install bcf

sudo pip3 install --upgrade --no-cache-dir bcf

My OS didn’t find
setuptools

You can repair that by this command
sudo apt install python3 python3-pip **python3-setuptools**

I think that will be useful if you add this command to “Setup on Ubuntu”.
Source: Building Sensor Network: with BigClown · Lubolab

Thanks,
Petr

Hi petus,

thanks for your suggestion and time, it is fixed now.
https://www.bigclown.com/doc/tutorials/toolchain-setup/#setup-on-ubuntu

1 Like