6 Matching Annotations
  1. Dec 2022
  2. localhost:3000 localhost:3000
    1. make services

      On Fedora 35 I got this error:

      -> https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tar.xz Installing Python-3.8.12... /home/$USER/.pyenv/plugins/python-build/bin/python-build: line 1736: patch: command not found

      BUILD FAILED (Fedora Linux 35 using python-build 2.3.8-12-ge82e1273)

      Which I fixed by installing patch

      sudo dnf install patch.x86_64

      After trying again, I get the following:

      WARNING: The Python sqlite3 extension was not compiled. Missing the SQLite3 lib? WARNING: The Python tkinter extension was not compiled and GUI subsystem has been detected. Missing the Tk toolkit?

      Let's see how it goes ...