martin-bts / 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
0 stars 2 forks source link

Python 3: No matching distribution found for django-followit>=0.3.0 ( #2

Closed sebastian-philipp closed 5 years ago

sebastian-philipp commented 5 years ago
(venv) ➜  askbot-devel git:(django1.11_baseline) ✗ pip install -r askbot_requirements.txt 
Collecting Jinja2==2.10 (from -r askbot_requirements.txt (line 1))
  Cache entry deserialization failed, entry ignored
  Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting Coffin==2.0.1 (from -r askbot_requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9a/c3/c1ff417b8461c3e90fbc3ee9bf657d9ccab3058fdf92c48abf5d77ff5cca/Coffin-2.0.1.tar.gz
Collecting django-appconf (from -r askbot_requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/f6/b3/fcec63afcf323581c4919f21e90ef8c8200034108a6a0ab47a6bf6a9327b/django_appconf-1.0.3-py2.py3-none-any.whl
Collecting akismet==1.0.1 (from -r askbot_requirements.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/78/57/2109e15f182389d67299d6399d5ed4f18e40d8973e90e5ea81e1a3563f50/akismet-1.0.1-py2.py3-none-any.whl
Collecting beautifulsoup4<=4.7.1 (from -r askbot_requirements.txt (line 5))
  Using cached https://files.pythonhosted.org/packages/1d/5d/3260694a59df0ec52f8b4883f5d23b130bc237602a1411fa670eae12351e/beautifulsoup4-4.7.1-py3-none-any.whl
Collecting django-avatar==3.1.0 (from -r askbot_requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/b0/6c/65abf9f0c2abbe494c2d2e0de0fa4e07e9aa03aed153ed4e7ca218270dd9/django-avatar-3.1.0.tar.gz (1.6MB)
    100% |████████████████████████████████| 1.6MB 733kB/s 
Collecting django-celery<=3.3.0,>=3.0.11 (from -r askbot_requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/cb/33/a4bfd1656c6189999c7b8e45ecc42fcc50c1da9032cf986a8d8e1fba93f7/django_celery-3.3.0-py3-none-any.whl (60kB)
    100% |████████████████████████████████| 61kB 6.1MB/s 
Collecting django-compressor<=2.2,>=2.0 (from -r askbot_requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/02/7b/deb4605f95bcefb9760ff130533553230a1c25f4d383ed0735b075d71b29/django_compressor-2.2-py2.py3-none-any.whl (118kB)
    100% |████████████████████████████████| 122kB 6.0MB/s 
Collecting celery==3.1.18 (from -r askbot_requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/94/50/2b824c2a2b53a05763a71138fa494f913b272511ead9757522a9ab3c0077/celery-3.1.18-py2.py3-none-any.whl (515kB)
    100% |████████████████████████████████| 522kB 2.0MB/s 
Collecting django-countries>=3.3 (from -r askbot_requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/26/c9/05a5718a403eb8e7f4d7164be8ab42e72a1d37ea67b15b5581ca3b3a6b11/django_countries-5.3.3-py2.py3-none-any.whl (706kB)
    100% |████████████████████████████████| 706kB 1.7MB/s 
Collecting django-followit>=0.3.0 (from -r askbot_requirements.txt (line 11))
  Could not find a version that satisfies the requirement django-followit>=0.3.0 (from -r askbot_requirements.txt (line 11)) (from versions: 0.0.1, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.1.0, 0.1.1, 0.2.0, 0.2.1)
No matching distribution found for django-followit>=0.3.0 (from -r askbot_requirements.txt (line 11))
martin-bts commented 5 years ago

We are installing directly from a repository.