ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 626 forks source link

Incorrect Dependency Handle for django-appconf #919

Closed QuantumOracle closed 1 year ago

QuantumOracle commented 1 year ago

I have the correct version of django-appconf installed. However, the installer keeps installing 1.0.3 and requiring 1.0.5.

Installed /usr/local/lib/python3.10/dist-packages/askbot-0.11.3-py3.10.egg Processing dependencies for askbot==0.11.3 error: django-appconf 1.0.3 is installed but django-appconf>=1.0.5 is required by {'django-avatar'}

/Askbot/askbot-devel$ pip install django-appconf==1.0.5 Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: django-appconf==1.0.5 in /usr/local/lib/python3.10/dist-packages (1.0.5)Requirement already satisfied: django in /usr/lib/python3/dist-packages (from django-appconf==1.0.5) (3.2.12)

Pavel-Sayekat commented 1 year ago

encountered that on ubuntu 20.04 with python3.8