conda create --name llama_index python=3.11 conda activate llama_index pip install flask llama_index
python -m venv venv source venv/bin/activate pip install flask llama_index
certifi @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_fdy66ybhuv/croot/certifi_1669749572520/work/certifi
pip freeze requirements.txt
still pulls out arbitrary dependencies from the rest of the system?