codexctl icon indicating copy to clipboard operation
codexctl copied to clipboard

FATAL: Error, failed to locate package 'google' you asked to include.

Open kashortiexda opened this issue 5 months ago • 7 comments

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 ?

kashortiexda avatar Aug 08 '25 08:08 kashortiexda

#98

Eeems avatar Aug 08 '25 14:08 Eeems

What version of Python are you using? It needs to be 3.12.

Eeems avatar Aug 08 '25 14:08 Eeems

This happens on Ubuntu as well. I removed the line in main.py and it didn't seem to break anything during the build.

nsvrana avatar Oct 24 '25 22:10 nsvrana

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.

Eeems avatar Oct 24 '25 22:10 Eeems

It is a fresh v3.12.3 venv.

nsvrana avatar Oct 24 '25 22:10 nsvrana

Did you roll the venv yourself, or allow the makefile to handle it?

Eeems avatar Oct 24 '25 22:10 Eeems

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.

nsvrana avatar Oct 24 '25 22:10 nsvrana