backports.datetime_fromisoformat icon indicating copy to clipboard operation
backports.datetime_fromisoformat copied to clipboard

error on install

Open codilau opened this issue 1 year ago • 0 comments

Python 3.10.13, ubuntu on ARM64

In file included from backports/datetime_fromisoformat/_datetimemodule.c:66:
      backports/datetime_fromisoformat/_datetimemodule.h:1:10: fatal error: Python.h: No such file or directory
          1 | #include <Python.h>
            |          ^~~~~~~~~~
      compilation terminated.
      error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
      [end of output]

codilau avatar Jan 02 '24 11:01 codilau