pdfを出力する事のできるlibrary、reportlabをinstallしようとしたのですが、
C:\Users\a\Desktop>py -m pip install repotrlab
ERROR: Could not find a version that satisfies the requirement repotrlab (from versions: none)
ERROR: No matching distribution found for repotrlab
こんなエラーが出てきて、できません、どうすればいいんでしょうか?
ちなみに
Python 3.9.11 (tags/v3.9.11:2de452f, Mar 16 2022, 14:33:45) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
です。

誤字ではないですか?
×py -m pip install repotrlab
〇py -m pip install reportlab

回答1件
あなたの回答
tips
プレビュー