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

Missing cmdbench module #9

Closed
amottier opened this issue Jul 28, 2022 · 1 comment · May be fixed by #11
Closed

Missing cmdbench module #9

amottier opened this issue Jul 28, 2022 · 1 comment · May be fixed by #11

Comments

@amottier
Copy link
Contributor

I tried to run cg-producer Docker image version a6e779a3 and got the following error:

ModuleNotFoundError: No module named 'cmdbench'

It seems that cg-producer/setup.py should have installed it, but looking at the Dockerfile it seems that only setup.py of pycg is actually executed.

@MagielBruntink
Copy link
Member

On the monster deployment this issue crashes the pycg deployment:

/scp:[email protected]:~/fasten-k8s-deployments/fasten/pypi-cg-producer $ kubectl logs pycg-6b576b586d-464l2 -n fasten
Traceback (most recent call last):
  File "/cggen/entrypoint.py", line 28, in <module>
    from pycg_producer.producer import CallGraphGenerator
  File "/cggen/pycg_producer/producer.py", line 29, in <module>
    import cmdbench
ModuleNotFoundError: No module named 'cmdbench'

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

Successfully merging a pull request may close this issue.

2 participants