Can't install alibi-detect with poetry because of long deps resolving
See original GitHub issueWith the following configuration
[tool.poetry]
name = "name"
version = "0.0.0"
description = ""
authors = [""]
[tool.poetry.dependencies]
python = ">=3.7"
alibi-detect = "^0.10.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
after running poetry install
, the resolving never ends.
Using Python 3.10 and poetry 1.1.14, M1 Mac.
Does anyone have a similar problem?
Issue Analytics
- State:
- Created a year ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Support save prefix configuration · Issue #5020 - GitHub
jklaise mentioned this issue on Oct 17. Can't install alibi-detect with poetry because of long deps resolving SeldonIO/alibi-detect#654.
Read more >TensorFlow 2.8.0 installing error using pip and poetry with ...
Click Window key and type gpedit.msc, then press the Enter key. · Navigate to Local Computer Policy > Computer Configuration > Administrative ...
Read more >Python package installation issues with Poetry - Medium
Long story short, poetry was having immense troubles trying to resolve dependencies for python packages, namely scipy , scikit-learn and numpy .
Read more >alibi-detect - PyPI
Alibi Detect is an open source Python library focused on outlier, adversarial and drift detection. The package aims to cover both online and...
Read more >alibi-detect Documentation - Read the Docs
Alibi Detect is an open source Python library focused on outlier, adversarial and drift detection. The package aims.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you. After installing alibi-detect I had continuous problems with
llvmlite
and only after locking it tollvmlite=="0.38.1"
I was able to install more dependencies. Anyway, thanks a lot for help, the initial issue is solved.@harishkashyap sorry to hear you’re still experiencing issues, have you followed the recommendation in the previous comment to specify the Python version via a tilde syntax instead of the (default) caret: https://github.com/SeldonIO/alibi-detect/issues/654#issuecomment-1281154236