You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still having issues with P4 api being imported directly to the host process:
Traceback (most recent call last):
File "C:\Users\annat\Documents\Projects\Ayon\ayon-core\client\ayon_core\pipeline\publish\lib.py", line 257, in publish_plugins_discover
module = import_filepath(abspath, mod_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\annat\Documents\Projects\Ayon\ayon-core\client\ayon_core\lib\python_module_tools.py", line 38, in import_filepath
module_loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "C:\Users\annat\Documents\Projects\Ayon\ayon-version-control\client\version_control\plugins\publish\collect_latest_changelist.py", line 14, in
from version_control.backends.perforce.api.rest_stub import (
File "C:\Users\annat\Documents\Projects\Ayon\ayon-version-control\client\version_control\backends\perforce\api\__init__.py", line 25, in
import P4
File "C:\Users\annat\AppData\Local\Ynput\AYON\dependency_packages\ayon_2406041254_windows.zip\dependencies\P4.py", line 420, in
import P4API
ModuleNotFoundError: No module named 'P4API'
in collect_latest_changelist and basically same for collect_version_control_login, integrate_perforce and validate_workspace
Still having issues with P4 api being imported directly to the host process:
in
collect_latest_changelist
and basically same forcollect_version_control_login
,integrate_perforce
andvalidate_workspace
Also reported here ynput/ayon-core#183 (comment)
The text was updated successfully, but these errors were encountered: