我正在尝试使用PyGithub ()来获取部署并在其他地方报告状态。base_url="https://{hostname}/api/v3", login_or_token="sometoken")repo = g.get_repo("PyGithub/PyGithub")
# HTTP POST to /repos/:owner/:repo/dep
[tool.poetry.dependencies]PyGithub = "1.54.1"PyInquirer = "1.0.3但是,当我在未安装这些程序包的计算机上安装和运行此程序包时,会出现以下错误
ERROR: Could not find version that satisfies the requirement PyGithub1.54.1 (from <my_package_name_here)