Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency installation issues with pip #16

Open
VadimsAhmers opened this issue Jan 18, 2025 · 0 comments
Open

Dependency installation issues with pip #16

VadimsAhmers opened this issue Jan 18, 2025 · 0 comments

Comments

@VadimsAhmers
Copy link
Collaborator

During dependency installation via pip install -e ., the following errors occur:

ERROR: Could not find a version that satisfies the requirement giotto-tda==0.6.0 (from fedotllm) (from versions: 0.1.4, 0.6.2)
ERROR: No matching distribution found for giotto-tda==0.6.0

After manually changing to giotto-tda==0.6.2 the installation proceeds but creates a new conflict:

The conflict is caused by:
    fedotllm 0.1.0 depends on scikit-learn<2.0.0 and >=1.5.2
    giotto-tda 0.6.2 depends on scikit-learn==1.3.2

After manually changing to scikit-learn==1.3.2 all installation issues are resolved.

These dependency conflicts only occur with pip installation. Poetry installation works without these issues
But in FEDOT.LLM manuals and documentation it is recommended to use pip install.

How critical is the requirement for scikit-learn = "^1.5.2"? Can we potentially relax this constraint to resolve the dependency conflict?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant