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

install error #301

Open
ZwjAccount opened this issue Jun 27, 2023 · 3 comments
Open

install error #301

ZwjAccount opened this issue Jun 27, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@ZwjAccount
Copy link

when I use cmd “pip install -r requirements.txt” there are some error:
1:ERROR: Could not find a version that satisfies the requirement ccxt==1.90.41
to solve error 1, I change the version ccxt==1.90.1, but occur a new error:
ERROR: Cannot install alpaca_trade_api>=2.1.0 and vectorbt[full]==0.23.3 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested alpaca_trade_api>=2.1.0
vectorbt[full] 0.23.3 depends on alpaca-trade-api==1.4.3; extra == "full"

I would greatly appreciate it if you could tell me how to install it

@YangletLiu YangletLiu added the bug Something isn't working label Jul 8, 2023
@oushu1zhangzhimin1
Copy link

Is there any workaround method to fix it?

@maksumic
Copy link

One workaround is to remove the explicit versions in requirements.txt to let pip resolve the conflicts automatically. At least it will enable you to install the project, until a fix is merged.

@maksumic
Copy link

Related to issue #284

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants