fp7-ofelia / ocf

OFELIA Control Framework (OCF) is a set of software tools for testbed management.
http://fp7-ofelia.github.com/ocf/
Other
18 stars 14 forks source link

Fixing dependencies in FOAM #195

Closed CarolinaFernandez closed 10 years ago

CarolinaFernandez commented 10 years ago

When installing FOAM in a clean Debian VM, we found that some dependencies were not being installed, therefore FOAM service would not run before its configured and installation would crash.

CarolinaFernandez commented 10 years ago

The installation of the following dependencies in FOAM's install.py:

call("pip -q install sqlalchemy Flask Flask-XML-RPC ElementTree 
flup blinker lxml pyOpenSSL")

returns a problem because of the ElementTree egg.

Installing the following extra dependencies solved the problem: