Search Criteria
Package Details: pytype 2020.06.26-1
Git Clone URL: | https://aur.archlinux.org/pytype.git (read-only, click to copy) |
---|---|
Package Base: | pytype |
Description: | Python type inferencer |
Upstream URL: | https://google.github.io/pytype |
Licenses: | |
Provides: | |
Submitter: | zhangkaizhao |
Maintainer: | zhangkaizhao (lilydjwg) |
Last Packager: | zhangkaizhao |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-02 17:05 |
Last Updated: | 2020-07-14 08:00 |
Dependencies (20)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin)
- python-attrs
- python-six
- python-typed-ast
- python<3.9 (python-dbg)
- python-importlab>=0.5.1
- python-yaml>=3.11
- python>=3.5 (python-dbg)
- cmake (cmake-git) (make)
- fakeroot (fakeroot-git, fakeroot-tcp) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- make (make3, make-git, make-without-guile) (make)
- python (python-dbg) (make)
- python-setuptools (make)
- python-wheel (make)
- flex>=2.5.35 (flex-git) (make)
- bison>=3.0.2 (byacc-bison, bison-git) (make)
- python2 (optional) – for target code of Python 2.7 support
- python36 (optional) – for target code of Python 3.6 support
- python37 (optional) – for target code of Python 3.7 support
Required by (2)
- neovim-coc-pyright-git (optional)
- vim-coc-pyright-git (optional)
Latest Comments
zhangkaizhao commented on 2018-10-12 04:45
@lilydjwg it works now.
Yes... I have to install the
python36
package from AUR to make pytype work as normal by default for now.zhangkaizhao commented on 2018-10-12 03:48
@lilydjwg working on it.
ImportGraph.provenance
is new in importlab 0.2 but no official release in GitHub repository.See https://github.com/google/importlab/blob/master/CHANGELOG
I have updated
python-importlab
package to version 0.3.1 which came from PyPI https://pypi.org/project/importlab/And the latest version of pytype in PyPI https://pypi.org/project/pytype/ is 2018.9.26 at the moment. But still keeps at 2018.9.19 in GitHub repository. The release process of
python-importlab
andpytype
seems to be broken.lilydjwg commented on 2018-10-11 09:35
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
PyType requires 'bison'. The minimum required 'bison' version is 3.0.2.
After installing I get:
AttributeError: 'ImportGraph' object has no attribute 'provenance'
Also, pytype and importlab defaults to Python 3.6 :-(