Skip to content

bug: Dependencies issues while trying to install with the pip approach #288

@elmartinj

Description

@elmartinj

Initial Checklist

What happened?

Using standard python3 -m venv env to create an environment (Python version 3.12.3), trying to install timecopilot using

pip install timecopilot

leads to some package dependencies.

Relevant log output

ERROR: Cannot install aiobotocore[boto3]==2.12.3 and pydantic-ai-slim because these package versions have conflicting dependencies.

The conflict is caused by:
    boto3 1.42.14 depends on botocore<1.43.0 and >=1.42.14
    aiobotocore[boto3] 2.12.3 depends on botocore<1.34.70 and >=1.34.41

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

Environment

Python is  3.12.3
Pip version is 24.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions