diff --git a/README.md b/README.md index 47ad424d2..a66535f95 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ # Step 3: Clone the repository to your local machine, and install it. MMDC: "./node_modules/.bin/mmdc" ``` +- if `python setup.py install` fails with error `[Errno 13] Permission denied: '/usr/local/lib/python3.11/dist-packages/test-easy-install-13129.write-test'`, try instead running `python setup.py install --user` + ### Installation by Docker ```bash diff --git a/requirements.txt b/requirements.txt index c18145b98..c5440abe0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,8 @@ meilisearch==0.21.0 numpy==1.24.3 openai==0.27.8 openpyxl -pandas==1.4.1 +beautifulsoup4==4.12.2 +pandas==2.0.3 pydantic==1.10.8 #pygame==2.1.3 #pymilvus==2.2.8