admin管理员组文章数量:1394147
I am trying to install the label studio ML backend to run my own custom model and have been following this guide.
note i am installing this on a computer which has restricted access to the internet so i have manually downlaoded the whl file for all requirements the SDK is installed locally and doesn't use the http link when i run:
pip install -e . --no-index
I get the following error message:
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [2 lines of output]
ERROR: Could not find a version that satisfies the requirement poetry-core>=1.0.0 (from versions: none)
ERROR: No matching distribution found for poetry-core>=1.0.0
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip
I have checked the following:
- pip list shows poetry and poetry installed
- they are both on version 2.1.1
- I can type poetry and all the commands show up indicating thats its installed
Please let me know if you have any advise or need any more information to get this issue resolve
Thanks
本文标签:
版权声明:本文标题:label studio - Trying to install - Could not find a version that satisfies the requirement poetry-core>=1.0.0 - Stack Ove 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744676408a2619136.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论