#19458 closed Bug (worksforme)
New version (security update) not found in pypi
| Reported by: | saippuakauppias | Owned by: | nobody |
|---|---|---|---|
| Component: | *.djangoproject.com | Version: | 1.4 |
| Severity: | Release blocker | Keywords: | security, version, git, tags |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
- Not find 1.3.5 version in pypi
(***)denis@work:~/projects/***$ pip install Django==1.3.5 Downloading/unpacking Django==1.3.5 Could not find a version that satisfies the requirement Django==1.3.5 (from versions: ) No distributions matching the version for Django==1.3.5 Storing complete log in /home/denis/.pip/pip.log
- Not exists git tags in github for new versions (1.3.5, 1.4.3).
Note:
See TracTickets
for help on using tickets.
Replying to saippuakauppias:
This works for me.
(django135)ramiro@serverid in ~ $ pip install Django==1.3.5 Downloading/unpacking Django==1.3.5 Downloading Django-1.3.5.tar.gz (6.5Mb): 6.5Mb downloaded Running setup.py egg_info for package Django Installing collected packages: Django Running setup.py install for Django changing mode of build/scripts-2.6/django-admin.py from 644 to 755 changing mode of /home/ramiro/venv/django135/bin/django-admin.py to 755 Successfully installed Django Cleaning up...This is a known issue, wait a few hours.