This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 4 years ago

#384 closed defect (worksforme)

Exception while installing missing dependencies

Reported by: dmartinc Owned by:
Priority: normal Milestone:
Component: Installation Version: 0.97.0
Keywords: installation Cc:

Description

While running "sudo python setup.py develop", without having any dependencies installed (such as ZODB, cds-indico-extras, etc.), there is an IndexError exception in the "_installMissing" method, at the line:

return env[str(dist)][0]

Running "sudo python setup.py develop" a second time, however, picked up the dependency installation from where it stopped and succeeded.

Change History (1)

comment:1 Changed 4 years ago by pferreir

  • Resolution set to worksforme
  • Status changed from new to closed

Seems to work in 0.98.

Note: See TracTickets for help on using tickets.