-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dependency resolving stuck when installing (not strict enough?) #1345
Comments
Hi @sTomerG, I'm curious where the When I replicate this, my
The
|
Hi @npatki, I'm building my own package! Your error is much more useful indeed, decreasing |
Glad that resolved it! I filed a new issue in CTGAN to understand the requirements for In the meantime, I'll close off this issue since we were able to resolve it and it's not directly related to the SDV library. Edit: I am using the latest |
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
When installing these dependencies from a requirements.txt with
pip install -r requirements.txt
pip gets stuck in solving dependency relations (takes forever), with the following messageWhen removing
sdv==1.0.0
this doesn't happen any longer.pytest==7.2.2 flake8==6.0.0 ipykernel==6.21.3 black==23.* isort==5.12.0 pre-commit==3.1.1 interrogate==1.5.0 darglint==1.8.1 coverage[toml]==7.2.2 mypy==1.1.1 pylint==2.17.1 twine==4.0.2 keyring artifacts-keyring build==0.10.0 pytest-mock==3.10.0 sdv==1.0.0
Steps to reproduce
pip install -r requirements.txt
with requirements.txt being:
pytest==7.2.2 flake8==6.0.0 ipykernel==6.21.3 black==23.* isort==5.12.0 pre-commit==3.1.1 interrogate==1.5.0 darglint==1.8.1 coverage[toml]==7.2.2 mypy==1.1.1 pylint==2.17.1 twine==4.0.2 keyring artifacts-keyring build==0.10.0 pytest-mock==3.10.0 sdv==1.0.0
The text was updated successfully, but these errors were encountered: