部署后编译无问题,运行提示No module named'iqpilot.models_private_src'(如图),如何解决?请大佬解惑,谢谢。 #4

Closed
opened 2026-04-24 09:39:41 -05:00 by ppkey · 10 comments

2d331a5dd571409c3cbcb114b855a2a2.png

![2d331a5dd571409c3cbcb114b855a2a2.png](/attachments/79e05c02-27f3-49f1-a50a-ed63be7fe2a6)
Owner

Hi, this issue should be fixed shortly in release-new.

Hi, this issue should be fixed shortly in release-new.
Author

您好,我部署了您刚更新的release-new,运行仍是提示:
File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 158, in load_private_module
private_module = importlib.import_module(private_module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'iqpilot_private.models.helpers'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/ppkey/data/IQ.Pilot/system/manager/manager.py", line 18, in
from openpilot.system.manager.process_config import managed_processes
File "/home/ppkey/data/IQ.Pilot/openpilot/system/manager/process_config.py", line 12, in
from openpilot.iqpilot.models.helpers import get_active_model_runner
File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/models/helpers.py", line 8, in
load_private_module(name, "iqpilot_private.models.helpers")
File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 161, in load_private_module
private_module = _load_repo_private_source(private_module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 76, in _load_repo_private_source
return importlib.import_module(fallback_module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'iqpilot.models_private_src'

您好,我部署了您刚更新的release-new,运行仍是提示: File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 158, in load_private_module private_module = importlib.import_module(private_module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'iqpilot_private.models.helpers' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ppkey/data/IQ.Pilot/system/manager/manager.py", line 18, in <module> from openpilot.system.manager.process_config import managed_processes File "/home/ppkey/data/IQ.Pilot/openpilot/system/manager/process_config.py", line 12, in <module> from openpilot.iqpilot.models.helpers import get_active_model_runner File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/models/helpers.py", line 8, in <module> load_private_module(__name__, "iqpilot_private.models.helpers") File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 161, in load_private_module private_module = _load_repo_private_source(private_module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 76, in _load_repo_private_source return importlib.import_module(fallback_module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'iqpilot.models_private_src'
Owner

您好,我部署了您刚更新的release-new,运行仍是提示:
File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 158, in load_private_module
private_module = importlib.import_module(private_module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'iqpilot_private.models.helpers'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/ppkey/data/IQ.Pilot/system/manager/manager.py", line 18, in
from openpilot.system.manager.process_config import managed_processes
File "/home/ppkey/data/IQ.Pilot/openpilot/system/manager/process_config.py", line 12, in
from openpilot.iqpilot.models.helpers import get_active_model_runner
File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/models/helpers.py", line 8, in
load_private_module(name, "iqpilot_private.models.helpers")
File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 161, in load_private_module
private_module = _load_repo_private_source(private_module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 76, in _load_repo_private_source
return importlib.import_module(fallback_module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'iqpilot.models_private_src'

are you trying to compile on PC?

> 您好,我部署了您刚更新的release-new,运行仍是提示: > File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 158, in load_private_module > private_module = importlib.import_module(private_module_name) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "<frozen importlib._bootstrap>", line 1387, in _gcd_import > File "<frozen importlib._bootstrap>", line 1360, in _find_and_load > File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked > ModuleNotFoundError: No module named 'iqpilot_private.models.helpers' > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File "/home/ppkey/data/IQ.Pilot/system/manager/manager.py", line 18, in <module> > from openpilot.system.manager.process_config import managed_processes > File "/home/ppkey/data/IQ.Pilot/openpilot/system/manager/process_config.py", line 12, in <module> > from openpilot.iqpilot.models.helpers import get_active_model_runner > File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/models/helpers.py", line 8, in <module> > load_private_module(__name__, "iqpilot_private.models.helpers") > File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 161, in load_private_module > private_module = _load_repo_private_source(private_module_name) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/home/ppkey/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 76, in _load_repo_private_source > return importlib.import_module(fallback_module_name) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > ModuleNotFoundError: No module named 'iqpilot.models_private_src' > are you trying to compile on PC?
Author

是的,我使用pc(Intel® Core™ i5-7Y54 × 4),Ubuntu 24.04.4 LTS。是不是目前还不适配pc?

是的,我使用pc(Intel® Core™ i5-7Y54 × 4),Ubuntu 24.04.4 LTS。是不是目前还不适配pc?
Owner

是的,我使用pc(Intel® Core™ i5-7Y54 × 4),Ubuntu 24.04.4 LTS。是不是目前还不适配pc?

你好,PC 端是支持的,但似乎 GitLab 要求输入 LFS 配置密码,而这一步本应是可以跳过的。我今晚会尝试解决这个问题。

"Hi, PC is supported but it seems GitLab is asking for an LFS configuration password which should be bypassed. I will try to do this tonight."

edit: assets are missing which is also why it is failing, need to ship linux AMD64 and darwin64 binaries.

> 是的,我使用pc(Intel® Core™ i5-7Y54 × 4),Ubuntu 24.04.4 LTS。是不是目前还不适配pc? 你好,PC 端是支持的,但似乎 GitLab 要求输入 LFS 配置密码,而这一步本应是可以跳过的。我今晚会尝试解决这个问题。 "Hi, PC is supported but it seems GitLab is asking for an LFS configuration password which should be bypassed. I will try to do this tonight." edit: assets are missing which is also why it is failing, need to ship linux AMD64 and darwin64 binaries.
Author

感谢大佬,期待。。。

感谢大佬,期待。。。

我也到这一步了,感谢大佬,期待。。。

我也到这一步了,感谢大佬,期待。。。
Author

看到您更新了release-new,我再次尝试,仍不能运行,显示:
Traceback (most recent call last):
File "/data/IQ.Pilot/system/manager/manager.py", line 18, in
from openpilot.system.manager.process_config import managed_processes
File "/data/IQ.Pilot/openpilot/system/manager/process_config.py", line 12, in
from openpilot.iqpilot.models.helpers import get_active_model_runner
File "/data/IQ.Pilot/openpilot/iqpilot/models/helpers.py", line 8, in
load_private_module(name, "iqpilot_private.models.helpers")
File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 337, in load_private_module
_ensure_private_path(private_module_name)
File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 295, in _ensure_private_path
_verify_bundle_signatures(resolved_root)
File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 266, in _verify_bundle_signatures
for rel_path, sig_b64 in signatures.items():
^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'items'

edit: assets are missing which is also why it is failing, need to ship linux AMD64 and darwin64 binaries.
我该如何去找到这些缺失的文件?或是等您再次更新发布?

看到您更新了release-new,我再次尝试,仍不能运行,显示: Traceback (most recent call last): File "/data/IQ.Pilot/system/manager/manager.py", line 18, in <module> from openpilot.system.manager.process_config import managed_processes File "/data/IQ.Pilot/openpilot/system/manager/process_config.py", line 12, in <module> from openpilot.iqpilot.models.helpers import get_active_model_runner File "/data/IQ.Pilot/openpilot/iqpilot/models/helpers.py", line 8, in <module> load_private_module(__name__, "iqpilot_private.models.helpers") File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 337, in load_private_module _ensure_private_path(private_module_name) File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 295, in _ensure_private_path _verify_bundle_signatures(resolved_root) File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 266, in _verify_bundle_signatures for rel_path, sig_b64 in signatures.items(): ^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'items' > edit: assets are missing which is also why it is failing, need to ship linux AMD64 and darwin64 binaries. 我该如何去找到这些缺失的文件?或是等您再次更新发布?
Owner

看到您更新了release-new,我再次尝试,仍不能运行,显示:
Traceback (most recent call last):
File "/data/IQ.Pilot/system/manager/manager.py", line 18, in
from openpilot.system.manager.process_config import managed_processes
File "/data/IQ.Pilot/openpilot/system/manager/process_config.py", line 12, in
from openpilot.iqpilot.models.helpers import get_active_model_runner
File "/data/IQ.Pilot/openpilot/iqpilot/models/helpers.py", line 8, in
load_private_module(name, "iqpilot_private.models.helpers")
File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 337, in load_private_module
_ensure_private_path(private_module_name)
File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 295, in _ensure_private_path
_verify_bundle_signatures(resolved_root)
File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 266, in _verify_bundle_signatures
for rel_path, sig_b64 in signatures.items():
^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'items'

edit: assets are missing which is also why it is failing, need to ship linux AMD64 and darwin64 binaries.
我该如何去找到这些缺失的文件?或是等您再次更新发布?

嗨,我昨天花了不少时间重新调整打包资源的处理方式,这个应该会在今晚的下一次版本更新中完成!
Hi, I spent a good amount of time reworking how bundled assets work yesterday, this should be completed by tonight with the next release update!

> 看到您更新了release-new,我再次尝试,仍不能运行,显示: > Traceback (most recent call last): > File "/data/IQ.Pilot/system/manager/manager.py", line 18, in <module> > from openpilot.system.manager.process_config import managed_processes > File "/data/IQ.Pilot/openpilot/system/manager/process_config.py", line 12, in <module> > from openpilot.iqpilot.models.helpers import get_active_model_runner > File "/data/IQ.Pilot/openpilot/iqpilot/models/helpers.py", line 8, in <module> > load_private_module(__name__, "iqpilot_private.models.helpers") > File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 337, in load_private_module > _ensure_private_path(private_module_name) > File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 295, in _ensure_private_path > _verify_bundle_signatures(resolved_root) > File "/data/IQ.Pilot/openpilot/iqpilot/_proprietary_loader.py", line 266, in _verify_bundle_signatures > for rel_path, sig_b64 in signatures.items(): > ^^^^^^^^^^^^^^^^ > AttributeError: 'NoneType' object has no attribute 'items' > > > edit: assets are missing which is also why it is failing, need to ship linux AMD64 and darwin64 binaries. > 我该如何去找到这些缺失的文件?或是等您再次更新发布? > 嗨,我昨天花了不少时间重新调整打包资源的处理方式,这个应该会在今晚的下一次版本更新中完成! Hi, I spent a good amount of time reworking how bundled assets work yesterday, this should be completed by tonight with the next release update!
Author

更新反馈:
我运行了您最新更新的release-new分支,仍不能正常启动。(本机运行环境可正常运行carrot pliot的cpv9-pc分支)
图片.png

更新反馈: 我运行了您最新更新的release-new分支,仍不能正常启动。(本机运行环境可正常运行carrot pliot的cpv9-pc分支) ![图片.png](/attachments/e92e4573-817c-44e8-8dc7-4bc923a6f496)
346 KiB
ppkey closed this issue 2026-05-17 07:46:51 -05:00
Sign in to join this conversation.
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: IQ.Lvbs/IQ.Pilot#4