linux fast-colorthief 库未安装

问题描述

当我尝试从终端窗口安装 fast-colorthief 库时,出现错误。我用来安装的命令如下。

pip install fast_colorthief

为了修复错误,我删除了 setuptools 插件并重新安装了它。但它不起作用。我在我的电脑上使用 linux mint xfce。以下是我在终端窗口中得到的错误

    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys,setuptools,tokenize; sys.argv[0] = '"'"'/tmp/pip-install-_xy4eieo/fast-colorthief/setup.py'"'"'; __file__='"'"'/tmp/pip-install-_xy4eieo/fast-colorthief/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-_xy4eieo/fast-colorthief/pip-egg-info
         cwd: /tmp/pip-install-_xy4eieo/fast-colorthief/
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>",line 1,in <module>
      File "/tmp/pip-install-_xy4eieo/fast-colorthief/setup.py",line 12,in <module>
        import fast_colorthief
      File "/tmp/pip-install-_xy4eieo/fast-colorthief/fast_colorthief.py",line 2,in <module>
        import fast_colorthief_backend
    ModuleNotFoundError: No module named 'fast_colorthief_backend'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

任何建议都会非常有帮助。谢谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)