Since last update we are having the same problem. Even after deleting the folder and running rhinoscript. The error message is the same as shown in @Foxman log file.
Language Python 3.9.10 (mcneel.pythonnet.python) is not yet ready or failed initialization
Error 08/21/2025 13:26:12 [RhinoCode] Error Initializing Python | Error loading CPython engine | System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
—> Python.Runtime.InternalPythonnetException: Failed to create Python type for BVHOffsetCalculator
System.IO.FileNotFoundException: Could not load file or assembly ‘VVVV.Utils, Version=1.0.4375.26574, Culture=neutral, PublicKeyToken=null’. Het systeem kan het opgegeven bestand niet vinden.
File name: ‘VVVV.Utils, Version=1.0.4375.26574, Culture=neutral, PublicKeyToken=null’
at System.Signature.GetSignature(Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
I encountered the same issue. The reason was that I had separately installed Python 3.13 and added its path to the “Environment Variables”. After removing the Python 3.13 path from the environment variables and then launching Rhino 8 again to run the ScriptEditorcommand, everything worked normally.
I am getting the following error in the py3 component when using Rhino inside: Language Python 3.9.10 (mcneel.pythonnet.python) is not yet ready or failed initialization
Deleting the rhinocode folder is not working. Re-installing Rhino and Rhino Inside also not doing the trick. Running Rhino.inside 1.37. Script editor commands are greyed out when using Rhino Inside. Resetting Python 3 from ScriptEditor in standalone Rhino does nothing.
The persistence of this issue will soon force me to remove Rhino entirely from my Revit workflow. Thank you for any help-