so i am trying to use the package pycg
on ubuntu. to do that i did
conda activate rough2
pip install pycg
pycg -h
but i get the following error Command 'pycg' not found, did you mean: command 'pyct' from deb python3-pyct (0.4.7a3-2)
. Note that, installing other packages works just fine. Also, pycg
python package supposedly works for others as i have seen in various blogposts. But on my laptop i get an error. why could this be happening?
2
Answers
change the pip versions and then try this python-pycg may it could help
I was having the same problem. My sense is that the PyCG installation scripts are broken.