I tried installing it locally, and noticed that the url that actually gets installed is this one
If you try pip install https://github... with that url, it should work
So, to make it accessible on streamlit community cloud, you can add that url https://....whl to your requirements.txt along with spacy. It’s not the ideal solution, but should work.