Невозможно установить SLATE через PIP

#python #pip #slate

#python #pip #slate

Вопрос:

При попытке установить slate с помощью pip install slate :

 C:Usersco_46>pip install slate
Collecting slate
  Using cached slate-0.3.zip (20 kB)
Collecting distribute
  Using cached distribute-0.7.3.zip (145 kB)
    ERROR: Command errored out with exit status 1:
     command: 'C:Usersco_46anaconda3python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\co_46\AppData\Local\Temp\pip-install-qq4oek2a\distribute\setup.py'"'"'; __file__='"'"'C:\Users\co_46\AppData\Local\Temp\pip-install-qq4oek2a\distribute\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:Usersco_46AppDataLocalTemppip-pip-egg-info-2veaa5ur'
         cwd: C:Usersco_46AppDataLocalTemppip-install-qq4oek2adistribute
    Complete output (15 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:Usersco_46AppDataLocalTemppip-install-qq4oek2adistributesetuptools__init__.py", line 2, in <module>
        from setuptools.extension import Extension, Library
      File "C:Usersco_46AppDataLocalTemppip-install-qq4oek2adistributesetuptoolsextension.py", line 5, in <module>
        from setuptools.dist import _get_unpatched
      File "C:Usersco_46AppDataLocalTemppip-install-qq4oek2adistributesetuptoolsdist.py", line 7, in <module>
        from setuptools.command.install import install
      File "C:Usersco_46AppDataLocalTemppip-install-qq4oek2adistributesetuptoolscommand__init__.py", line 8, in <module>
        from setuptools.command import install_scripts
      File "C:Usersco_46AppDataLocalTemppip-install-qq4oek2adistributesetuptoolscommandinstall_scripts.py", line 3, in <module>
        from pkg_resources import Distribution, PathMetadata, ensure_directory
      File "C:Usersco_46AppDataLocalTemppip-install-qq4oek2adistributepkg_resources.py", line 1518, in <module>
        register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider)
    AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
 

Я использую Python 3.9.1 на компьютере с Windows 10. Я попытался обновить GEVENT после проведения некоторых исследований и выяснения, что это может быть проблемой, но это продолжает терпеть неудачу.

У кого-нибудь есть какие-либо мысли о том, как это исправить?

Комментарии:

1. Пакет очень старый и, похоже, не поддерживает Python3. Возможно, вам удастся найти форк, поддерживающий вашу версию Python, pypi.org/project/slate3k это вариант, хотя он также не обновлялся в течение некоторого времени

Ответ №1:

Использование полного URL-адреса репозитория помогло мне:

 pip install https://github.com/timClicks/slate/archive/master.zip