generated from AzulGarza/python-project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Initial Checklist
- I confirm that I'm using the latest version of TimeCopilot.
- I confirm that I've reviewed my issue at https://github.com/AzulGarza/timecopilot/issues before opening this one.
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 conflictEnvironment
Python is 3.12.3
Pip version is 24.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working