python ‘speedtest’ has no attribute ‘Speedtest’
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had the same issue. I was using PyCharm IDE. The issue occurs when you install speedtest using
pip install speedtest
In order to solve the above mentioned issue, you need to use the following command.i was also facing the same issue , what i have done is : i have uninstall the speedtest and speedtest-cli
then again install speedtest-cli