1#speedtest module only work with Python 2.4-3.7 version.
2#so, if you install the package properly but face the same error several times,
3please check the python version you are currently working on. It doesn't work on
4the python 3.8 or any later version or previous than 2.6 .
5
6installing speedtest module
7pip3 install speedtest-cli
8
9import module as 'import speedtest
10