-
Notifications
You must be signed in to change notification settings - Fork 170
Issue to install on SUSE, Cython not installed #337
Description
Describe the bug
Unable to install on SUSE Linux Enterprise Server 15 SP4. I've checked bug 331 and 332, however, I'm still can't figure out what is the problem.
To Reproduce
(TC) [Dev/Test] root@sanbox-machine:~/django/TC # python --version
Python 3.8.5
(TC) [Dev/Test] root@sanbox-machine:~/django/TC # pip show cython
Name: Cython
Version: 3.0.0
Summary: The Cython compiler for writing C extensions in the Python language.
Home-page: https://cython.org/
Author: Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.
Author-email: cython-devel@python.org
License: Apache-2.0
Location: /root/django/TC/lib/python3.8/site-packages
Requires:
Required-by:
(TC) [Dev/Test] root@sanbox-machine:~/django/TC # pip install https://github.com/SAP/PyRFC/archive/refs/tags/v3.1.0.tar.gz
Collecting https://github.com/SAP/PyRFC/archive/refs/tags/v3.1.0.tar.gz
Using cached https://github.com/SAP/PyRFC/archive/refs/tags/v3.1.0.tar.gz
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
Cython not installed: https://cython.readthedocs.io/en/latest/src/quickstart/install.html
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.