I have tried installing with Conda, pip, brew, everything -- I get this issue with pip install:
ERROR: Could not find a version that satisfies the requirement websockets>=8.0 (from alpaca-trade-api>=0.29->pipeline-live) (from versions: 1.0, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0.1, 5.0, 5.0.1, 6.0, 7.0)
ERROR: No matching distribution found for websockets>=8.0 (from alpaca-trade-api>=0.29->pipeline-live)
I've also tried installing into a separate environment in Python 3.5 or 2.7, no luck. Please advise!
I have tried installing with Conda, pip, brew, everything -- I get this issue with pip install: ERROR: Could not find a version that satisfies the requirement websockets>=8.0 (from alpaca-trade-api>=0.29->pipeline-live) (from versions: 1.0, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0.1, 5.0, 5.0.1, 6.0, 7.0) ERROR: No matching distribution found for websockets>=8.0 (from alpaca-trade-api>=0.29->pipeline-live)
I've also tried installing into a separate environment in Python 3.5 or 2.7, no luck. Please advise!