Hello,
My name is Rafael Perez and I am the Indico admin at Brookhaven National Lab. We are running Indico version 0.98: https://indico.bnl.gov
With the 2.0 (stable) release of Indico we would like to upgrade to the latest version. As I understand it, we would have to upgrade to version 1.2 before migrating to 2.0.
I have set up a test indico server that is a copy of our production instance. On the test system, I am trying to test the upgrade process from 0.98 -> 1.2 following the instructions here: https://getindico.io/legacy-docs/wiki/Admin/Installation1.html
and here: https://getindico.io/legacy-docs/wiki/Releases/Indico1-2.html#Download
When running the following easy_install command, the installer fails to find a suitable distribution for indico==1.2.2 (?). Here is the output:
[root@indico-test indico-1.2.0]# easy_install 'indico==1.2.2'
Searching for indico==1.2.2
Reading http://pypi.python.org/simple/indico/
Couldn't retrieve index page for 'indico'
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for indico==1.2.2
error: Could not find suitable distribution for Requirement.parse('indico==1.2.2')
I then manually downloaded indico-1.2.2.tar.gz (from http://pypi.python.org/simple/indico/), extracted and ran āpython setup.py installā. This started to compile and copy the various components until it reached the hiredis package. Here is that error:
...
Installed /usr/lib/python2.6/site-packages/indico-1.2.2-py2.6.egg
Processing dependencies for indico==1.2.2
Searching for hiredis==0.1.3
Reading https://github.com/indico/indico-fonts/releases/
Reading http://pypi.python.org/simple/hiredis/
Couldn't find index page for 'hiredis' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for hiredis==0.1.3
error: Could not find suitable distribution for Requirement.parse('hiredis==0.1.
Now, when I run easy_install 'indico==1.2.2'
, I receive the same error during the installation:
[root@indico-test opt]# easy_install 'indico==1.2.2'
Searching for indico==1.2.2
Best match: indico 1.2.2
Processing indico-1.2.2-py2.6.egg
indico 1.2.2 is already the active version in easy-install.pth
Installing indico_ctl script to /usr/bin
Installing indico_admin script to /usr/bin
Installing indico_shell script to /usr/bin
Installing indico_livesync script to /usr/bin
Installing indico_initial_setup script to /usr/bin
Installing indico_scheduler script to /usr/bin
Using /usr/lib/python2.6/site-packages/indico-1.2.2-py2.6.egg
Processing dependencies for indico==1.2.2
Searching for hiredis==0.1.3
Reading https://github.com/indico/indico-fonts/releases/
Reading http://pypi.python.org/simple/hiredis/
Couldn't find index page for 'hiredis' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for hiredis==0.1.3
error: Could not find suitable distribution for Requirement.parse('hiredis==0.1.3')
Any help would be greatly appreciated.
Thanks,
Rafael