kaarthik108/snowChat

python version should be claim in ReadMe

TITC opened this issue · 2 comments

TITC commented
(base) yhtao@Yuhang-PC:/mnt/d/github_repo/snowChat$ pip install -r requirements.txt 
Looking in indexes: https://pypi.doubanio.com/simple/
Collecting langchain==0.0.220 (from -r requirements.txt (line 1))
  Using cached https://pypi.doubanio.com/packages/eb/69/3dc0b6cd9331f32f8d35b4240068dee05b55c5e7cda5e90d5481f504f742/langchain-0.0.220-py3-none-any.whl (1.2 MB)
Collecting pandas==1.5.0 (from -r requirements.txt (line 2))
  Using cached https://pypi.doubanio.com/packages/da/4a/a0c8d3ba8d875a25578bcb3032b6ac9b2db3d016b0a762ab41e1a13f3b52/pandas-1.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB)
Collecting pydantic==1.10.8 (from -r requirements.txt (line 3))
  Using cached https://pypi.doubanio.com/packages/15/27/c35f6fefc782aebcff9991b28728f3855b1253ff757e6dee8e3ac3815cd0/pydantic-1.10.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)
Collecting snowflake_snowpark_python==1.4.0 (from -r requirements.txt (line 4))
  Using cached https://pypi.doubanio.com/packages/d5/d0/e81975ff4dc49972356e06884bd15159452fff078d388a741e077b22d3b8/snowflake_snowpark_python-1.4.0-py3-none-any.whl (284 kB)
Requirement already satisfied: streamlit==1.22.0 in /home/yhtao/anaconda3/lib/python3.8/site-packages (from -r requirements.txt (line 6)) (1.22.0)
Collecting supabase==1.0.3 (from -r requirements.txt (line 7))
  Downloading https://pypi.doubanio.com/packages/14/bd/d68c0bbe5e536993bdc1545c9942a732b42c2f470fc1430fc82116cfab1c/supabase-1.0.3-py3-none-any.whl (11 kB)
ERROR: Could not find a version that satisfies the requirement unstructured==0.7.12 (from versions: 0.0.1.dev0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6.dev1, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.4.10, 0.4.11, 0.4.12, 0.4.13, 0.4.14, 0.4.15, 0.4.16, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.6, 0.5.7, 0.5.8, 0.5.9, 0.5.10, 0.5.11, 0.5.12, 0.5.13, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.8, 0.6.9, 0.6.10, 0.6.11, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.7.8, 0.7.9, 0.7.10)

According to this blog the only reason in the scenario is my python==3.8.8 version is outdated for your requirements.txt, could you tell me the version you use in this repo?

This is my version Python 3.9.16

TITC commented

Thanks