aboutcode-org / aboutcode-org/pip-requirements-parser
`RequirementsFile.from_string()` results in `NameError: name 'Path' is not defined`
未關閉
- 主要語言
- Python
- 星號
- 20
- 分支
- 13
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I get this error when calling `RequirementsFile.from_string()`:
```py
File "/..../venv/lib/python3.9/site-packages/pip_requirements_parser.py", line 269, in from_string
tmpdir = Path(str(tempfile.mkdtemp()))
NameError: name 'Path' is not defined
```
I think the code needs `from pathlib import Path`.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。