aboutcode-org / aboutcode-org/python-inspector
Dotted Python version not fully supported
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 23
- Fork
- 28
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Although as of version [0.9.3](https://github.com/nexB/python-inspector/blob/main/CHANGELOG.rst#v093) "dotted" Python versions, like "2.7", should be supported in addition to "27", it seems that at least for analyzing `setup.py` it's not supported.
Running
python-inspector --setup-py setup.py --python-version 2.7 --operating-system linux --json-pdt -
on any `setup.py` file gives
Exception: Python version 2..7 is not compatible with setup.py
(Note the double-dot ".." in there), whereas using `--python-version 27` succeeds.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.