Bitcoin Forum
May 15, 2024, 09:19:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Updating CLN 23.08 -> 24.02: No module named 'grpc_tools' on: April 13, 2024, 08:03:00 PM
I'm currently running Core Lightning v23.08 and attempting to upgrade. I pulled v24.02.1, but the 'make' command fails with the following error:

Code:
/usr/bin/python3: Error while finding module specification for 'grpc_tools.protoc' (ModuleNotFoundError: No module named 'grpc_tools')
make: *** [Makefile:390: contrib/pyln-grpc-proto/pyln/grpc/primitives_pb2.py] Error 1

Running 'python3 -m pip list' returns the following:

Code:
gpiozero 1.6.2
grpcio 1.62.1
grpcio-tools 1.62.1
idna 2.10

I don't think it should be necessary to do the following, but I tried 'python3 -m pip install grpc-tools'. That failed, returning the error:

Code:
Collecting grpc-tools
  Using cached grpc-tools-1.0.0.tar.gz (5.2 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
 
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [6 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-ys1uf5oz/grpc-tools_0c8d98a949ee48628a7bfd0821c2ba53/setup.py", line 33, in <module>
          raise RuntimeError(HINT)
      RuntimeError: Please install the official package with: pip install grpcio-tools
      [end of output]
 
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

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

The hardware is a Pi 4B. Running 'cat /etc/os-release' returns the following:

Code:
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"

Apologies if this is a silly or duplicate question, but am I missing something obvious?
2  Other / Off-topic / Residency in El Salvador on: November 20, 2021, 06:45:54 PM
Firstly, thanks for all the things I've learned lurking here.
And to my question: has anyone successfully gone through the process of obtaining permanent residency in El Salvador for bitcoin? There doesn't seem to be anything about it on migracion.gob.sv.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!