I have developed a django project and am trying to deploy to AWS EC2 Instance. My project uses chromadb so I try to install with this command.
pip install chromadb
Then it installs all the related dependencies but when it starts to install hnswlib, it freezes.
Building wheels for collected packages: hnswlib
Building wheel for hnswlib (pyproject.toml) ... \
It doesn't give any error but no progress. How to handle this? Should I wait? This was the second time for me to deploy this kind of project but at the first time, I installed chromadb without any issue. But at that time, I used the Instance that my client has provided. Now I created the Instance with myself. Are there any kind of settings about Instance? Thanks