aboutcode-org / aboutcode-org/pip-requirements-parser

`RequirementsFile.from_string()` results in `NameError: name 'Path' is not defined`

未關閉
#16 2 則留言 3 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。