iis服务器助手广告
返回顶部
首页 > 资讯 > 后端开发 > Python >Python 安装 pyclipper 报错 SyntaxError: future feature annotations is not defined
  • 365
分享到

Python 安装 pyclipper 报错 SyntaxError: future feature annotations is not defined

python 2023-09-03 14:09:06 365人浏览 八月长安

Python 官方文档:入门教程 => 点击学习

摘要

背景 在从源码安装 PaddleDetection 时,需要安装依赖 pyclipper ,有时会遇到编译 pyclipper 时出现的错误,错误提示为未定义 future feature annot

背景

在从源码安装 PaddleDetection 时,需要安装依赖 pyclipper ,有时会遇到编译 pyclipper 时出现的错误,错误提示为未定义 future feature annotations。这个错误消息表明 setuptools_scm 模块中存在语法错误。

Collecting pyclipper  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/dd/03/09e2415b72b470851588dfc7c9b7b4f410a79ed8e2c6c1fb25dfec789b70/pyclipper-1.3.0.post4.tar.gz    Complete output from command python setup.py egg_info:    /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'      warnings.warn(msg)    Traceback (most recent call last):      File "", line 1, in       File "/tmp/pip-build-a4prn_d4/pyclipper/setup.py", line 102, in         cmdclass=cmdclass,      File "/usr/lib/Python3/dist-packages/setuptools/__init__.py", line 129, in setup        return distutils.core.setup(**attrs)      File "/usr/lib/python3.6/distutils/core.py", line 108, in setup        _setup_distribution = dist = klass(attrs)      File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 372, in __init__        _Distribution.__init__(self, attrs)      File "/usr/lib/python3.6/distutils/dist.py", line 281, in __init__        self.finalize_options()      File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 528, in finalize_options        ep.load()(self, ep.name, value)      File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2324, in load        return self.resolve()      File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2330, in resolve        module = __import__(self.module_name, fromlist=['__name__'], level=0)      File "/tmp/pip-build-a4prn_d4/pyclipper/.eggs/setuptools_scm-7.1.0-py3.6.egg/setuptools_scm/__init__.py", line 5        from __future__ import annotations        ^    SyntaxError: future feature annotations is not defined    Distribution mode: Compiling Cython generated .cpp sources.        ----------------------------------------Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-a4prn_d4/pyclipper/

在这里插入图片描述

解决办法

错误提示未定义 future feature annotations,错误消息表明 setuptools_scm 模块中存在语法错误。

最简单的方法是升级 setuptools 包到最新版本,因为新版 setuptools 已经支持 future feature annotations 特性。

可以通过以下命令升级 setuptools

pip3 install --upgrade setuptools -i Https://pypi.tuna.tsinghua.edu.cn/simple

然后再次尝试安装 pyclipper

pip3 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple

来源地址:https://blog.csdn.net/marin1993/article/details/129325533

--结束END--

本文标题: Python 安装 pyclipper 报错 SyntaxError: future feature annotations is not defined

本文链接: https://www.lsjlt.com/news/392277.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作