skip to Main Content

so i am trying to use the package pycg on ubuntu. to do that i did

  1. conda activate rough2
  2. pip install pycg
  3. 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


  1. change the pip versions and then try this python-pycg may it could help

    Login or Signup to reply.
  2. I was having the same problem. My sense is that the PyCG installation scripts are broken.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search