I have installed boto3 module using Windows 10 CMD and restarted my kernel. However, the kernel cannot find the module and shows the error
ModuleNotFoundError: No module named 'boto3' when tested using Anaconda
I have used pip3 because I am using Python 3
Here are my installation steps
pip3 install boto3
pip3 show boto3
shows the details of the installed boto3 package
What could be the problem?