We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to run cg-producer Docker image version a6e779a3 and got the following error:
cg-producer
a6e779a3
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.
Dockerfile
setup.py
The text was updated successfully, but these errors were encountered:
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'
Sorry, something went wrong.
f421ff9
Successfully merging a pull request may close this issue.
I tried to run
cg-producer
Docker image versiona6e779a3
and got the following error:It seems that cg-producer/setup.py should have installed it, but looking at the
Dockerfile
it seems that onlysetup.py
of pycg is actually executed.The text was updated successfully, but these errors were encountered: