Я не могу установить пакет python с pip на ubuntu18 - PullRequest
1 голос
/ 11 марта 2020

Я устанавливаю python пакет с этим pip install pyScss, но я получаю эту ошибку:

По умолчанию устанавливается пользователем, поскольку обычные пакеты сайта недоступны для записи. Сбор pyS css

Using cached pyScss-1.3.5.tar.gz (123 kB)
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3.6 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-oa7i3j7x/pyScss/setup.py'"'"'; __file__='"'"'/tmp/pip-install-oa7i3j7x/pyScss/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-oa7i3j7x/pyScss/pip-egg-info
         cwd: /tmp/pip-install-oa7i3j7x/pyScss/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-oa7i3j7x/pyScss/setup.py", line 9, in <module>
        from setuptools import setup, Extension, Feature
    ImportError: cannot import name 'Feature'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Ubuntu: 18 python: 3,6, пожалуйста, помогите мне

...