Public bug reported: With a clean install of Ubuntu 20.04 I noticed that the python3-pydocstyle standard package doesn't come with an executable. I've had to copy it from other systems that were upgraded to Ubuntu 20.04
You can uninstall the package and use pip3 to get the executable, but the Ubuntu package should include it. $ cat /etc/issue Ubuntu 20.04 LTS \n \l $ $ dpkg-query -L python3-pydocstyle /. /usr /usr/lib /usr/lib/python3 /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages/pydocstyle /usr/lib/python3/dist-packages/pydocstyle/__init__.py /usr/lib/python3/dist-packages/pydocstyle/__main__.py /usr/lib/python3/dist-packages/pydocstyle/checker.py /usr/lib/python3/dist-packages/pydocstyle/cli.py /usr/lib/python3/dist-packages/pydocstyle/config.py /usr/lib/python3/dist-packages/pydocstyle/data /usr/lib/python3/dist-packages/pydocstyle/data/imperatives.txt /usr/lib/python3/dist-packages/pydocstyle/data/imperatives_blacklist.txt /usr/lib/python3/dist-packages/pydocstyle/parser.py /usr/lib/python3/dist-packages/pydocstyle/utils.py /usr/lib/python3/dist-packages/pydocstyle/violations.py /usr/lib/python3/dist-packages/pydocstyle/wordlists.py /usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info /usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info/PKG-INFO /usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info/dependency_links.txt /usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info/entry_points.txt /usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info/requires.txt /usr/lib/python3/dist-packages/pydocstyle-2.1.1.egg-info/top_level.txt /usr/share /usr/share/doc /usr/share/doc/python3-pydocstyle /usr/share/doc/python3-pydocstyle/changelog.Debian.gz /usr/share/doc/python3-pydocstyle/copyright $ $ dpkg --list python3-pydocstyle Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==================-============-============-================================================= ii python3-pydocstyle 2.1.1-1 all Python docstring style checker (Python 3 library) $ On GitHub: https://github.com/PyCQA/pydocstyle/issues/469 ** Affects: pydocstyle (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1875982 Title: python3-pydocstyle has no executable in /usr/bin or /usr/local/bin - Ubuntu 20.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pydocstyle/+bug/1875982/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
