Для установки ввожу команду pip install sd, выдает ошибку
ERROR: Could not find a version that satisfies the requirement sd (from versions: none)
ERROR: No matching distribution found for sd
Также сам pycharm предлагает установить SD, но выдает ошибку
ERROR: Could not find a version that satisfies the requirement sd (from versions: none)
Что делать?
Yukov, проверь свою версию Python и сравни с документацией к модулю (на офсайте).
Вдруг ты используешь 3.8, а модуль написан под 3.7/3.6/2.X или наоборот.
DEPRECATION: The -b/--build/--build-dir/--build-directory option is deprecated. pip 20.3 will remove support for this functionality. A possible replacement is use the TMPDIR/TEMP/TMP environment variable, possibly combined with --no-clean. You can find discussion regarding this at https://github.com/pypa/pip/issues/8333.
ERROR: Could not find a version that satisfies the requirement sd (from versions: none)
ERROR: No matching distribution found for sd