question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install alibi-detect with poetry because of long deps resolving

See original GitHub issue

With 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:closed
  • Created a year ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
smolendawidcommented, Oct 18, 2022

Thank you. After installing alibi-detect I had continuous problems with llvmlite and only after locking it to llvmlite=="0.38.1" I was able to install more dependencies. Anyway, thanks a lot for help, the initial issue is solved.

0reactions
jklaisecommented, Nov 4, 2022

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found