Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting missing module extproc issue #115

Open
Cgopikri opened this issue Sep 6, 2024 · 1 comment
Open

Getting missing module extproc issue #115

Cgopikri opened this issue Sep 6, 2024 · 1 comment

Comments

@Cgopikri
Copy link

Cgopikri commented Sep 6, 2024

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

  • Version:
  • Platform:
@martijneken
Copy link
Collaborator

Can you add repro commands? We are able to build working servers from these samples and tests are passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants