Cassandra DSC installation fail due to some python dependecies. How to rectify ?

2014-02-17 Thread Ertio Lew
I am trying to install cassandra dsc20 but the installation fails due to some python dependecies. How could I make this work ? root@server1:~# sudo apt-get install dsc20 Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be

Re: Cassandra DSC installation fail due to some python dependecies. How to rectify ?

2014-02-17 Thread Al Tobey
This is the root cause: IOError: [Errno 2] No such file or directory: '/usr/lib/python2.7/sitecustomize.py' Off the top of my head, you may be able to work around this packaging issue in Ubuntu with: sudo touch /usr/lib/python2.7/sitecustomize.py sudo apt-get -f install Then resume re-run your