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

Installation may hang for long periods during dependency resolutions for boto3 or botocore #224

Open
d33bs opened this issue Sep 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@d33bs
Copy link
Member

d33bs commented Sep 3, 2024

Sometimes CytoTable installation can hang for an unusual amount of time during dependency resolutions for boto3 or botocore. This often relates to the dependency resolution engine one uses and those dependencies (which are necessary for cloudpathlib to support cloud-based data source paths). One workaround to avoid the timeouts can be to install the boto3 or botocore packages first, then install CytoTable, then remove the explicit requirement for boto3 or botocore (these are included by way of CytoTable).

Solutions for this project may be to make an explicit requirement for these dependencies in order to avoid unusual delays during dependency resolutions. There may be fluctuation in this depending on what environment or package management systems are used by people using CytoTable.

Related: python-poetry/poetry#8823

@d33bs d33bs added the enhancement New feature or request label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant