FATAL: Error, failed to locate package 'google' you asked to include.
When make executable (macos intel)
FATAL: Error, failed to locate package 'google' you asked to include.
Seems to be a nuitka requirement that can't be found or set ?
Is there a version for intel macs in the latest releases by any chance ?
#98
What version of Python are you using? It needs to be 3.12.
This happens on Ubuntu as well. I removed the line in main.py and it didn't seem to break anything during the build.
This happens on Ubuntu as well. I removed the line in main.py and it didn't seem to break anything during the build.
Ubuntu using python 3.12? Or a different version of python? The OS you are using doesn't matter here, the version of python matters.
It is a fresh v3.12.3 venv.
Did you roll the venv yourself, or allow the makefile to handle it?
I rolled the env myself the first time.
I just erased it and reset my local to head, then used the makefile to set things up. That worked. Unfortunately it wasn't able to get my RMPP back from beta 3.23 to 3.20, but that's a different issue that I will open.
Thanks for the direction.