Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Installing prefect-databricks with poetry yields installation of every version of botocore #96

Closed
ybressler opened this issue Jan 24, 2024 · 2 comments

Comments

@ybressler
Copy link

ybressler commented Jan 24, 2024

Not sure if this is on purpose, but installing this package with poetry results in every version of botocore being installed.

Command: poetry add prefect-databricks

Related:

Workaround:

  1. Install in virtual environment using pip: poetry run pip install prefect-databricks
  2. Then add as a dependency: poetry add prefect-databricks

Goes nearly instantly. But long term solution is probably a version pinning of something related to boto3/moto etc

@desertaxle
Copy link
Member

Thanks for the issue @ybressler! botocore isn't a dependency of prefect-databricks or prefect, so I'm surprised to hear that adding prefect-databricks to your project is causing this behavior. Can you share your poetry version along with the other dependencies in your project?

@ybressler
Copy link
Author

Thanks for the issue @ybressler! botocore isn't a dependency of prefect-databricks or prefect, so I'm surprised to hear that adding prefect-databricks to your project is causing this behavior. Can you share your poetry version along with the other dependencies in your project?

Haha, WOOPS. This one is on me. (Has to do with my own dependencies.) Let's close.

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

No branches or pull requests

2 participants