llazzaro / django-scheduler-sample

Example application of django-scheduler
78 stars 76 forks source link

pip install failing, unable to find django-schedular 0.8.7? #33

Closed WakeRealityDev closed 6 years ago

WakeRealityDev commented 6 years ago

Hi. sorry for the spelling on the subject. I am a new to Django and I seem stuck:

$ pip3 -version  
  pip 9.0.1 from /home/myuser/.local/lib/python3.5/site-packages (python 3.5)
$ pip3 install -r requirements.txt   
  Collecting Django==2.0 (from -r requirements.txt (line 1))  
  Downloading Django-2.0-py3-none-any.whl (7.1MB)  
    100% |████████████████████████████████| 7.1MB 280kB/s   
Collecting django-debug-toolbar==1.9.1 (from -r requirements.txt (line 2))  
  Downloading django_debug_toolbar-1.9.1-py2.py3-none-any.whl (206kB)  
    100% |████████████████████████████████| 215kB 1.6MB/s   
Collecting django-bower==5.2.0 (from -r requirements.txt (line 3))  
Collecting django-scheduler==0.8.7 (from -r requirements.txt (line 4))  
  Could not find a version that satisfies the requirement django-scheduler==0.8.7 (from -r requirements.txt (line 4)) (from versions: 0.7.1.linux-x86_64, 0.6.1, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.8, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6.1)  
No matching distribution found for django-scheduler==0.8.7 (from -r requirements.txt (line 4))

Thank you.

llazzaro commented 6 years ago

0.8.7 was released today. Let me know if the issue continues

WakeRealityDev commented 6 years ago

Thank you. Confirmed working. Suggestion is to bump requirements.txt Django==2.0.1