HYKANTUS / speedtestpy

A module to easily get the speedtest data you need within seconds
MIT License
0 stars 0 forks source link

Dependency on `speedtest` ? #1

Open dactylroot opened 1 year ago

dactylroot commented 1 year ago

Is there a dependency on another module? I get the following error when running in a new environment:

    In [1]: import speedtestpy
    ---------------------------------------------------------------------------
    ModuleNotFoundError                       Traceback (most recent call last)
    Cell In[1], line 1
    ----> 1 import speedtestpy

    File ~/.pyenv/versions/3.8.16/lib/python3.8/site-packages/speedtestpy/__init__.py:1
    ----> 1 import speedtest
          3 st = speedtest.Speedtest()
          6 class data:

    ModuleNotFoundError: No module named 'speedtest'
HYKANTUS commented 8 months ago

sorry for the late reply.

relies on this modue: speedtest-cli · PyPI https://pypi.org/project/speedtest-cli/

On Mon, Jan 23, 2023 at 11:07 PM Cory Root @.***> wrote:

Is there a dependency on another module? I get the following error when running in a new environment:

In [1]: import speedtestpy
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 1
----> 1 import speedtestpy

File ~/.pyenv/versions/3.8.16/lib/python3.8/site-packages/speedtestpy/__init__.py:1
----> 1 import speedtest
      3 st = speedtest.Speedtest()
      6 class data:

ModuleNotFoundError: No module named 'speedtest'

— Reply to this email directly, view it on GitHub https://github.com/HYKANTUS/speedtestpy/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP55VSO5E77TZR6QGU3WPJ3WT3JF5ANCNFSM6AAAAAAUEGRROY . You are receiving this because you are subscribed to this thread.Message ID: @.***>