Error of installing SDK for Python

Options
hinarthur
hinarthur Member

When I run this:
pip install daily-python

I've got this error:
ERROR: Could not find a version that satisfies the requirement daily-python (from versions: none)
ERROR: No matching distribution found for daily-python

I had tried to declare the version in requirements.txt like this:
daily-python==0.7.2

But still got error:
ERROR: Could not find a version that satisfies the requirement daily-python==0.7.2 (from versions: none)
ERROR: No matching distribution found for daily-python==0.7.2

Anyone has solution? I'm stuck here. I thought it should be a first simple step…

Tagged:

Best Answer

  • mark_at_daily
    mark_at_daily Community Manager, Dailynista admin
    Answer ✓
    Options

    HI @hinarthur,

    Can you share more details about the environment? For examples, is this running on Windows? In case it is, daily-python isn't supported on Windows. If not, if you can share more detail, we can look into it.

    Thanks!

Answers