Summary The error 'No solution found when resolving dependencies for split (platform_python_implementation == 'PyPy')' is raised even though the marker platform_python_implementation != 'PyPy' is used. Minimal Reproducible Example Follow...
根据Python 官方文档,python_implementation 函数用于返回当前 Python 解释器的实现标识(如 "CPython", "Jython", "PyPy" 等)。 确认python_implementation 是一个函数,而不是一个属性。因此,正确的使用方式应该是调用这个函数,而不是访问一个属性。 检查Python 版本: python_implementation 函数在 Python 3.3 及以...
│ exit code: 1 ╰─> [155 lines of output] Ignoring oldest-supported-numpy: markers 'python_version != "3.7" or platform_machine == "aarch64" or platform_system == "AIX" or platform_python_implementation == "PyPy"' don't match your environment Collecting setuptools<60.0 Downloading ...