No module named Boto3 error

@wisemanleo my recommendation would be to install miniconda and use a YAML file provided by KNIME and maybe edit it to use only conda-forge and include boto3 or install it later via the prompt. Make sure you have the right environment activated:

conda install -c conda-forge boto3

1 Like