pysurvival icon indicating copy to clipboard operation
pysurvival copied to clipboard

Installation fails

Open elopezfune opened this issue 2 years ago • 5 comments

I am trying to install the library on my computer pip install pysurvival, however, I get the following error message

      /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
        446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
            |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> pysurvival

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.


I am running on Ubuntu 22.04.1 LTS, python version 3.10.06

elopezfune avatar Nov 07 '22 14:11 elopezfune