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

dependency conflicts #75

Closed
javanli opened this issue Oct 23, 2023 · 1 comment
Closed

dependency conflicts #75

javanli opened this issue Oct 23, 2023 · 1 comment

Comments

@javanli
Copy link

javanli commented Oct 23, 2023

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

alpaca-py 0.12.0 requires pandas<3.0.0,>=2.0.0, but you'll have pandas 1.5.3 which is incompatible.

alpaca-py v0.12.0 depends on pandas = "^2.0.0"
while pybroker v1.1.29 depends on pandas>=1.5.1

@edtechre
Copy link
Owner

This works for me from a fresh install, can you try this in a new virtual environment?

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

No branches or pull requests

2 participants