the python program i want to run needs libraries installed like yfinance to run. how do you install libraries on this site?
the python program i want to run needs libraries installed like yfinance to run. how do you install libraries on this site?
04:44 ~ $ pip install alpaca==0.43.2 Defaulting to user installation because normal site-packages is not writeable Looking in links: /usr/share/pip-wheels ERROR: Could not find a version that satisfies the requirement alpaca==0.43.2 (from versions: 1.0.0) ERROR: No matching distribution found for alpaca==0.43.2 04:45 ~ $
From the error message it looks like there's no such version, you can confirm on PyPI.