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
module named 'extproc' ,should be availble when using to call calloutserver(from extproc.service.callout_server import CalloutServer)
Actual Behavior
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/gvenka50/python-image/python-service-extensions/callouts/python/extproc/example/temp.py", line 24, in
from extproc.service.callout_server import CalloutServer
ModuleNotFoundError: No module named 'extproc'
Steps to Reproduce the Problem
Specifications
Version:
Platform:
The text was updated successfully, but these errors were encountered:
Expected Behavior
module named 'extproc' ,should be availble when using to call calloutserver(from extproc.service.callout_server import CalloutServer)
Actual Behavior
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/gvenka50/python-image/python-service-extensions/callouts/python/extproc/example/temp.py", line 24, in
from extproc.service.callout_server import CalloutServer
ModuleNotFoundError: No module named 'extproc'
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: