You are not logged in.
When I tried to install django, pacman reported 404 error.
And I found that pacman tried to install django-1.4.3-1 while the resposity I used only has django-1.4.4-1
I've deleted all resposities except
And then I tried
pacman -Syy
but it seems useless.
Last edited by sandnon (2013-02-20 17:12:55)
Offline
I found the reason now...
Because the 163.com's repository does not have django..
I add
to the first and then
pacman -Syy
At last, I can install django now..
I think this topic can be marked as SOLVED. Should I mark it or the administrator will do this?(In fact I do not know how to mark it.:))
Last edited by sandnon (2013-02-20 17:11:41)
Offline
Please edit the title and add [solved] to it.
Offline
Please edit the title and add [solved] to it.
Thanks for telling me how to mark it. I have not idea how to do it before.. ![]()
Offline
I found the reason now...
Because the 163.com's repository does not have django..
I addto the first and then
pacman -Syy
At last, I can install django now..
I think this topic can be marked as SOLVED. Should I mark it or the administrator will do this?(In fact I do not know how to mark it.:))
You shouldn't use ftp.archlinux.org, it's throttled. Use another mirror instead.
Offline
sandnon wrote:I found the reason now...
Because the 163.com's repository does not have django..
I addto the first and then
pacman -Syy
At last, I can install django now..
I think this topic can be marked as SOLVED. Should I mark it or the administrator will do this?(In fact I do not know how to mark it.:))
You shouldn't use ftp.archlinux.org, it's throttled. Use another mirror instead.
I just use ftp.archlinux.org occacionally to fix the problem.
Sometimes I don't want to wait the mirror updating itself.
Offline
Also use more than one. Try Reflector to get a quality mirrorlist.
I tried that and found it seems a program like rankmirror
Offline
rankmirrors only ranks mirrors you already have in your mirrorlist and only ranks them on their connection speed. Reflector can check all mirrors, and can rank them by when they were last updated and based on connection speed.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
rankmirrors only ranks mirrors you already have in your mirrorlist and only ranks them on their connection speed. Reflector can check all mirrors, and can rank them by when they were last updated and based on connection speed.
I found it doesn't check all the mirrors. Because it recommends me some mirrors in Franch, however, I lived in China and some mirrors in China supply quicker service.
I don't know if it's a bug. But when I add country option, it works well.
Last edited by sandnon (2013-04-16 02:11:33)
Offline