0👍
✅
I installed Python 3.8 instead. It had to do with incompatibility between the Python- and scipy versions. After that it worked.
1👍
Inside your requirements.txt change scipy line with this
scipy==1.6.0 and save.
Now retry pip installation.
- [Answered ]-Static Files not being served by NGINX, instead it passes the request to Django app
- [Answered ]-Django m2m queries, distinct Users for a m2m relationship of a Model
- [Answered ]-Django reads images without defining MEDIA_URL
Source:stackexchange.com