@timurkin

Как установить расширение eyeD3?

Добрый день! В качестве первого опыта с Python решил написать приложение для синхронизации музыки ВК с локальной библиотекой(с блекджеком и баронессами, ессно). Написал основную часть, перешёл к работе с ID3 тегами и у меня никак не получается установить нужную библиотеку.

На команду:
pip install eyeD3
консоль мне отвечает вот что:
Could not find any downloads that satisfy the requirement eyeD3
  Some externally hosted files were ignored (use --allow-external eyeD3 to allow).
Cleaning up...
No distributions at all found for eyeD3
Storing debug log for failure in C:\Users\timur_000\pip\pip.log

pip.log:
------------------------------------------------------------
C:\Program Files (x86)\JetBrains\PyCharm 3.4.1\helpers\packaging_tool.py run on 08/11/14 12:11:34
DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated.  See https://github.com/pypa/pip/issues/906.
Downloading/unpacking eyeD3
  Getting page https://pypi.python.org/simple/eyeD3/
  URLs to search for versions for eyeD3:
  * https://pypi.python.org/simple/eyeD3/
  Analyzing links from page https://pypi.python.org/simple/eyeD3/
    Skipping link http://eyeD3.nicfit.net (from https://pypi.python.org/simple/eyeD3/); not a file
    Skipping http://eyeD3.nicfit.net/releases/eyeD3-0.7.0.tgz (from https://pypi.python.org/simple/eyeD3/) because it is externally hosted.
    Skipping http://eyeD3.nicfit.net/releases/eyeD3-0.7.1.tgz (from https://pypi.python.org/simple/eyeD3/) because it is externally hosted.
    Skipping http://eyeD3.nicfit.net/releases/eyeD3-0.7.3.tgz (from https://pypi.python.org/simple/eyeD3/) because it is externally hosted.
    Skipping http://eyeD3.nicfit.net/releases/eyeD3-0.7.4.tgz (from https://pypi.python.org/simple/eyeD3/) because it is externally hosted.
  Could not find any downloads that satisfy the requirement eyeD3
  Some externally hosted files were ignored (use --allow-external eyeD3 to allow).
Cleaning up...
No distributions at all found for eyeD3
Exception information:
Traceback (most recent call last):
  File "C:\Python33\lib\site-packages\pip\basecommand.py", line 122, in main
    status = self.run(options, args)
  File "C:\Python33\lib\site-packages\pip\commands\install.py", line 278, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "C:\Python33\lib\site-packages\pip\req.py", line 1177, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "C:\Python33\lib\site-packages\pip\index.py", line 277, in find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % req)
pip.exceptions.DistributionNotFound: No distributions at all found for eyeD3

Причём такое со всеми ID3 расширениями. Что делать?
  • Вопрос задан
  • 2613 просмотров
Решения вопроса 1
Ranwise
@Ranwise
не может найти\скачать инстал
может есть на гитхабе, ищете
Ответ написан
Комментировать
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы