Technologicat / pyan

Static call graph generator. The official Python 3 version. Development repo.
GNU General Public License v2.0
329 stars 57 forks source link

Invoking pyan3 from terminal gives pyan module not found error. #45

Closed avijit1258 closed 3 years ago

avijit1258 commented 4 years ago

After pip installing pyan3, when I try to run pyan3 --help, I get the following error message. Screen Shot 2020-09-17 at 3 34 18 PM

johnyf commented 4 years ago

Please see https://github.com/Technologicat/pyan/issues/19#issuecomment-691599078. Installing from the repository avoids this issue.

Technologicat commented 3 years ago

The PyPI package is out of date at the moment. I'll fix it when I have the chance. I'll likely wait until #31 is merged, so that we'll get relative import support.

Technologicat commented 3 years ago

PyPI package pyan3 updated. Please try again with the latest version, and reopen this issue if necessary.